N
njhildebrand
HELP!
(Please)
First, let me explain. I need to enter 3 time ranges that make up a
work schedule, StartupTime, productionTime, ReconcileTime. (Lets call
this worktime for clarity)
During one of the above time ranges, I could have up to 10 instances
where I can not work, (ex: break, lunch, product problem, etc) Those
times are logged (By Code#)throughout any given work schedule. (Lets
call this non-working time exceptionTime)
How can I deduct each Exceptiontime from the matching workTime range??
Is this possible?
I already have the code that converts the start and stop time into
hours and minutes, I just need to deduct any exception time that
happened during StartupTime, ProductionTime or ReconcileTime.
(Please)
First, let me explain. I need to enter 3 time ranges that make up a
work schedule, StartupTime, productionTime, ReconcileTime. (Lets call
this worktime for clarity)
During one of the above time ranges, I could have up to 10 instances
where I can not work, (ex: break, lunch, product problem, etc) Those
times are logged (By Code#)throughout any given work schedule. (Lets
call this non-working time exceptionTime)
How can I deduct each Exceptiontime from the matching workTime range??
Is this possible?
I already have the code that converts the start and stop time into
hours and minutes, I just need to deduct any exception time that
happened during StartupTime, ProductionTime or ReconcileTime.