Hi,
A working shift is 8 hours. Anything in excess of that is overtime.
I want to display on a form overtime hours and minutes calculated as a duration in excess of eight hours. It needs to work over midnight.
I have the following to work out a shift duration:
=Format([Shift_start_time]-1-[Shift_finish_time],"Short Time")
But I can't work out how to check if it exceeds 8 hours and if so calculate the duration in excess of 8 hours.
Any help greatly appreciated.
Thanks in advance,
Graham
A working shift is 8 hours. Anything in excess of that is overtime.
I want to display on a form overtime hours and minutes calculated as a duration in excess of eight hours. It needs to work over midnight.
I have the following to work out a shift duration:
=Format([Shift_start_time]-1-[Shift_finish_time],"Short Time")
But I can't work out how to check if it exceeds 8 hours and if so calculate the duration in excess of 8 hours.
Any help greatly appreciated.
Thanks in advance,
Graham