D
Dave Elliott
Here is my Code to calculate the Total Time per Employee, however it does
not Total for all the Employees Hours. I need it to total time for each
employee showing all their time.
The Report is based on a query named TimeClock which has 4 fields, Driver,
loginDate, loginTime, logoffTime.
How can I make it total correctly ?
=DateDiff("n",[loginTime],[logoffTime])/60
Thanks,
Dave
not Total for all the Employees Hours. I need it to total time for each
employee showing all their time.
The Report is based on a query named TimeClock which has 4 fields, Driver,
loginDate, loginTime, logoffTime.
How can I make it total correctly ?
=DateDiff("n",[loginTime],[logoffTime])/60
Thanks,
Dave