B
Bruce Rodtnick
I have a database with a timesheet form that I'm reporting StartTime,
EndTime and ElapsedTime. ElapsedTime is calculated using a HoursAndMinutes
minutes function: =HoursAndMinutes([StartTime]-[EndTime]) for each record
and then a total time for the employee:
=HoursAndMinutes(Sum([StartTime]-[EndTime]))
All that works great, but I want to be able to total up all the time for the
project (there's only one project) from all employees. I've not been
successful. I'm trying:
=HoursAndMinutes((Sum(TimeSheet!StartTime))-(Sum(TimeSheet!EndTime))) and
getting an error.
How can I total the entire table?
Bruce
EndTime and ElapsedTime. ElapsedTime is calculated using a HoursAndMinutes
minutes function: =HoursAndMinutes([StartTime]-[EndTime]) for each record
and then a total time for the employee:
=HoursAndMinutes(Sum([StartTime]-[EndTime]))
All that works great, but I want to be able to total up all the time for the
project (there's only one project) from all employees. I've not been
successful. I'm trying:
=HoursAndMinutes((Sum(TimeSheet!StartTime))-(Sum(TimeSheet!EndTime))) and
getting an error.
How can I total the entire table?
Bruce