I have made a query that displays total amount of hours employee worked (short time format). The huge problem is that I can't display more then 24 hours (again, because of the short time format). Any suggestions how to make a query that will show the total hours worked without the 24 hours limitation?
QryDailyWork :
EmployeeId
LastName
FirstName
DailyWork (short time format, total hours and minutes the Employee have worked during the day)
QryTotalWork:
EmployeeId
LastName
FirstName
TotalWork (short time format, total hours and minutes the Employee have worked during the Month. Sum of all daily work during the month)
QryDailyWork :
EmployeeId
LastName
FirstName
DailyWork (short time format, total hours and minutes the Employee have worked during the day)
QryTotalWork:
EmployeeId
LastName
FirstName
TotalWork (short time format, total hours and minutes the Employee have worked during the Month. Sum of all daily work during the month)
Last edited: