skwilliams
Registered User.
- Local time
- Today, 16:13
- Joined
- Jan 18, 2002
- Messages
- 516
I have two fields a timein and timeout field within my table. Both fields are in hh:nn:ss format. I need to calculate the time difference into a unbound field on a report, but the time difference is wrong. Here's an example:
TimeIn=13:45:06
TimeOut = 13:45:18
Using the calculation =([TimeOut]-[TimeIn]), I receive the following result.
TimeDiff=23:59:48 instead of 00:00:12.
I'm confused!
TimeIn=13:45:06
TimeOut = 13:45:18
Using the calculation =([TimeOut]-[TimeIn]), I receive the following result.
TimeDiff=23:59:48 instead of 00:00:12.
I'm confused!