G
Guest
I'm trying to get the differences between two times in Access 2003.
I tried using Format([StartTime] -1 -[EndTime], "Short Time") which I got
from the MVP website. However, when I use it for the following times:
Begin Time: 08/29/2006 6:26:00 AM
End Time: 08/29/2006 6:26:00 AM
The result is: 12:00:00 AM when it should be 00:00:00.
If I use:
Begin Time: 08/29/2006 6:33:54 AM
End Time: 8/29/2006 7:00:00 AM
The result is: 12:26:00 AM when it should be 00:26:00.
Any help would be appreciated.
I tried using Format([StartTime] -1 -[EndTime], "Short Time") which I got
from the MVP website. However, when I use it for the following times:
Begin Time: 08/29/2006 6:26:00 AM
End Time: 08/29/2006 6:26:00 AM
The result is: 12:00:00 AM when it should be 00:00:00.
If I use:
Begin Time: 08/29/2006 6:33:54 AM
End Time: 8/29/2006 7:00:00 AM
The result is: 12:26:00 AM when it should be 00:26:00.
Any help would be appreciated.