S
Simon
If I have two date fields with respective time fields, how do I need to
calculate the time difference between two times that sometimes carry over to
the next day? i.e. The time difference between [Time of Onset] which is the
first time at 12/31/2005 18:00 and between [Time of Arrival] which is at
1/01/2006 02:00.
I have previously calculated the difference between two times using:
HMTime: Format([Time of Arrival]-[Time of Onset],"Short Time")
Thanks.
calculate the time difference between two times that sometimes carry over to
the next day? i.e. The time difference between [Time of Onset] which is the
first time at 12/31/2005 18:00 and between [Time of Arrival] which is at
1/01/2006 02:00.
I have previously calculated the difference between two times using:
HMTime: Format([Time of Arrival]-[Time of Onset],"Short Time")
Thanks.