Is there a function out there that will allow me to accomplish the following in a report:
1) Calculate time elapsed from one time to another (both medium time formats) eg. [EndTime]-[StartTime]
2) Then take the outcome and add them all together to get a total elapsed time in hours and minutes. eg. SUM([EndTime]-[StartTime])
3) Then average that value out to get the average time elapsed for my report.
I'm now running into the problem where either I display the data as the double-precision, floating-point number or I'm reduced to using the short time format which keeps rolling over every time my total is greater than or equal to 24 hours.
Any clues?
Thanks,
Theresa "Sleep is the best meditation." - Dalai Lama
1) Calculate time elapsed from one time to another (both medium time formats) eg. [EndTime]-[StartTime]
2) Then take the outcome and add them all together to get a total elapsed time in hours and minutes. eg. SUM([EndTime]-[StartTime])
3) Then average that value out to get the average time elapsed for my report.
I'm now running into the problem where either I display the data as the double-precision, floating-point number or I'm reduced to using the short time format which keeps rolling over every time my total is greater than or equal to 24 hours.
Any clues?
Thanks,
Theresa "Sleep is the best meditation." - Dalai Lama