J
JK
I have a form (AC03) with a Start Time field (combo box) and an End Time
field (combo box); I then have a TotalDowntime field which subtracts the
EndTime from the StartTime to come up with the total hrs & mins the machine
being worked on was down.
TotalDowntime: Format([EndTime]-[StartTime],"hh:nn")
However, if a machine goes down at say 11:00 PM and is not restored until
1:00 AM the TotalDowntime value is 22:00 (22hrs) when it should be 02:00
(2hrs.)
Any idea how to correct this problem?
Thx so much!
Jason
field (combo box); I then have a TotalDowntime field which subtracts the
EndTime from the StartTime to come up with the total hrs & mins the machine
being worked on was down.
TotalDowntime: Format([EndTime]-[StartTime],"hh:nn")
However, if a machine goes down at say 11:00 PM and is not restored until
1:00 AM the TotalDowntime value is 22:00 (22hrs) when it should be 02:00
(2hrs.)
Any idea how to correct this problem?
Thx so much!
Jason