abenitez77
IS-IT--Management
I have a report that has 2 fields (TimeIn and TimeOut). I am totaling the time for the day using : =Format(TimeSerial(0,((DateDiff("n",[TimeIn],[TimeOut]))),0),"h:nn")
In my report, I am grouping it by week and I need to sum the time at the report footer for that week. How can i do it? I tried doing Sum(text13). Text13 is the name of the textbox that has the calculation above totaling the time for the day.
In my report, I am grouping it by week and I need to sum the time at the report footer for that week. How can i do it? I tried doing Sum(text13). Text13 is the name of the textbox that has the calculation above totaling the time for the day.