J
jjpittman via AccessMonster.com
I really need help to calculate hours that are available to drive. A
driver can drive a total of 70 hrs in 8 days. I am having difficulty trying
to get this accomplished. Within 8 days a driver is off for a day the hours
would reset to 0 and the day counter would reset as well. Here is a sample
of the SQL table.
SELECT tblDriverTime.[DriverID], tblDriverTime.Date, tblDriverTime.Regular,
tblDriverTime.Overtime, tblDriverTime.[Total Time]
FROM tblDriverTime;
driver can drive a total of 70 hrs in 8 days. I am having difficulty trying
to get this accomplished. Within 8 days a driver is off for a day the hours
would reset to 0 and the day counter would reset as well. Here is a sample
of the SQL table.
SELECT tblDriverTime.[DriverID], tblDriverTime.Date, tblDriverTime.Regular,
tblDriverTime.Overtime, tblDriverTime.[Total Time]
FROM tblDriverTime;