I have a payroll & billing database for security officers & other employees that work multiple locations with a table for hours worked (from time and a to time are listed) for each employee by date
Hours Worked Table
and a query which calculates the number of hours worked from the table.
Timesheet for Payroll
We are based off of a bi-weekly pay period, but If an employee has over 40 hrs in one week they would receive overtime (OT).
I need to calculate the OT received per day if they have reached the 40 hours for the week (Sat – Sun), for billing purposes.