Z
Zahid Hussain
Guest
I have a Date/Time field "hh:mm" (Utilization Time) in report and want to sum it up in report footer. Simple "hh:mm" formatting of =sum([Utilization Time]) does not provide correct total of the field, the answer remains under 24:00 (apparently due to time format). My report is based on a query where I have calculated "Utilization Time" between two fields "Start Time" and "End Time" by simply using [End Time]-[Start Time] expression. If I use DateDiff("n",[End Time],[Start Time]), it only provides minutes (or hours etc.).
I would appreciate if somebody can help me!
I would appreciate if somebody can help me!