Hello, I am wondering how to allow a summary of time on a report. I have a field in my query which calculates the minutes, but I can't seem to get the formatting or syntax right on the report. What I would like is for the elapsed minutes to be displayed in the report footer in days, hours and minutes...Can this be done...I tried to put this in an unbound textbox but have datatype mismatch errors when I do so...Thank you
=Sum([MinutesInOut]\60 & ":" & Format([MinutesInOut] Mod 60,"00"))
=Sum([MinutesInOut]\60 & ":" & Format([MinutesInOut] Mod 60,"00"))