A
Alan Nicoll
I am working on a database that includes overtime
calculations. Each record represents a shift worked by an
employee. The problem is that when overtime must be paid,
it often must be paid for only part of a shift.
For example, if an employee works 35 hours in his first
four shifts, and in his fifth shift he works 8 hours,
that's a total of 43 hours for the week. For various
reasons it is desirable to create a record, i.e., split
that fifth shift into two records, one to be paid at
straight time and one to be paid at overtime.
Can someone tell me how to do this without getting into
Visual Basic?
Thanks.
Alan
calculations. Each record represents a shift worked by an
employee. The problem is that when overtime must be paid,
it often must be paid for only part of a shift.
For example, if an employee works 35 hours in his first
four shifts, and in his fifth shift he works 8 hours,
that's a total of 43 hours for the week. For various
reasons it is desirable to create a record, i.e., split
that fifth shift into two records, one to be paid at
straight time and one to be paid at overtime.
Can someone tell me how to do this without getting into
Visual Basic?
Thanks.
Alan