Someone Please help.
I need to sum the row of data. This query is used for weekly time sheets for a group of employees. The date ranged 7 days at a time and lists employee name, and hours worked for each given day within the date range, eg., Mon: 7.5 hours, Tue: 8 hours, etc. I need a final column in the report to show the total hours worked for the employee.
My fields are: From |To | Total (which I formated as "Total: Format(([From])-([To]),"Short Time")" in order to show time as a number) | and a count field (formated as - Count: Sum(IIf(tblSchedule.ScheduleID=Yes,1,0))
I tried multiplying Total and Count as follows ( GTotal : Format(([From])-([To]),"Short Time")+[Count] ), but received error : #Error
If you know how to add a row in a query could you please let me know.
Thanks so much.
I need to sum the row of data. This query is used for weekly time sheets for a group of employees. The date ranged 7 days at a time and lists employee name, and hours worked for each given day within the date range, eg., Mon: 7.5 hours, Tue: 8 hours, etc. I need a final column in the report to show the total hours worked for the employee.
My fields are: From |To | Total (which I formated as "Total: Format(([From])-([To]),"Short Time")" in order to show time as a number) | and a count field (formated as - Count: Sum(IIf(tblSchedule.ScheduleID=Yes,1,0))
I tried multiplying Total and Count as follows ( GTotal : Format(([From])-([To]),"Short Time")+[Count] ), but received error : #Error
If you know how to add a row in a query could you please let me know.
Thanks so much.