S
Saylindara
I need to display days of the week in a subform and hours worked per day. I
then need to total the hours and perform calculations on the total, which I
also need to display. After trawling through these posts I concluded that the
best way would be to have each day as a field and the hours as a row. I then
created a query so that I could total the hours for the week. Only trouble is
I can't work out how to do that. I have tried [Day1]+[Day2] etc.,
sum([Day1]+[Day2]) and variations on the same theme, but I either get no
results or it tells me off for doing it wrong. Where am I going wrong?
then need to total the hours and perform calculations on the total, which I
also need to display. After trawling through these posts I concluded that the
best way would be to have each day as a field and the hours as a row. I then
created a query so that I could total the hours for the week. Only trouble is
I can't work out how to do that. I have tried [Day1]+[Day2] etc.,
sum([Day1]+[Day2]) and variations on the same theme, but I either get no
results or it tells me off for doing it wrong. Where am I going wrong?