Thanks jrbbldr, However, I am trying to find how many reg hours
and OT hours each driver has on each invoice.
i think i got it!
am i missing or overlooked something ?
*************
* set Reg and OverTime hours
lnRegHrs=iif(lnEmpTotHrs>40,40,lnEmpTotHrs)...
jrbbldr,
Yes you are right!
OverTime to be calculated on the Over-all Week (meaning ANY time over 40 Hours)?
The only thing I am trying to figure is:
if each invoice InvoiceStartTime and InvoiceEndTime is inside Driver's StartOverTime and EndOverTime periods.
please forget wheather or not...
Thank all of you for your replies, suggestions and comments!
Background of Problem
=======================
A Tow Truck Driver can work around the clock filling out
invoices for each tow.
Each driver has to have 40 hours before overtime kicks in
ALL TIME IS IN military TIME, ALL Weeks BEGIN ON...
Flow Logic
============
TOW TRUCK DRIVER - EACH DRIVER has TO have 40 HOURS BEFORE overtime kicks IN
ALL TIME IS IN military TIME, ALL Weeks BEGIN ON Sunday
ALL DATETIME's are based on United States Date and Time with 2 daylight savings to include
I SUM-up how many DRIVER HOURS FROM previous...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.