I've been messing with this for days with little luck - hopefully some of you have some suggestions.
I have StartTime and EndTime fields in a table that are used to calculate when Volunteers start and finish. In a query I am trying to calculate the hours worked and then be able to sum up this time worked say over a months time.
I have been working with the following to calculate this difference but it won't let me sum up the time.
=Format([StartTime]-1-[EndTime],"ShortTime"
Thank you for any assistance
I have StartTime and EndTime fields in a table that are used to calculate when Volunteers start and finish. In a query I am trying to calculate the hours worked and then be able to sum up this time worked say over a months time.
I have been working with the following to calculate this difference but it won't let me sum up the time.
=Format([StartTime]-1-[EndTime],"ShortTime"
Thank you for any assistance