Hello I am working on time sheet form.
Whether I create fields in query =[minutes] \60 & format([minutes] mod 60, "\00")
or Round((Table2.O UT-Table2.[IN])*24,4) AS HOURS
When I try to add my totals in the fields to give me one Total- It only lets me if I have every field entered data into- And so If somebod is sick and does not fill in Tuesday IN and OUT
The total will not show up in my report.
any ideas
I tried notNull - maybe not in right place-- I have tried adding the fields together in a field in the query and then tried in a report
Thank you
Whether I create fields in query =[minutes] \60 & format([minutes] mod 60, "\00")
or Round((Table2.O UT-Table2.[IN])*24,4) AS HOURS
When I try to add my totals in the fields to give me one Total- It only lets me if I have every field entered data into- And so If somebod is sick and does not fill in Tuesday IN and OUT
The total will not show up in my report.
any ideas
I tried notNull - maybe not in right place-- I have tried adding the fields together in a field in the query and then tried in a report
Thank you
Comment