I have been working on creating a Work Order form for our field crews and part of it is entering their time. I have learned a lot and figured out how to do a time calculation based on the start and end time that is entered and autopopulate into another field.
And of course my dept supervisor throws a curve-ball. What I need to do (and not sure if it is passable), is:
Regular Hours Field (Calculate from the start and end time IF between a specific period of time)
ELSE, Overtime Hours Field (Calculate from the start and end time IF between a specific period time).
Example: Start time 3:00 PM End Time: 7:00 PM
Regular Hours: 2 Hours (Since end of schedule is 5pm)
OT Hours: 2 Hours (Since OT starts of 5pm).
Is this possible?