Hey all,
I'm setting up a db to calculate turnaround times - time in vs time out. Both fields contain date and time inclusive, time being 24hr clock.
I'm running a basic query that subtracts the Received field from the Sent field, and the result is formatted to hh:mm, 24hr clock.
The problem is that I can't get the time to accrue like it would in Excel using [hh]:mm. After it reaches 23:59, it resets back to 00:00. This means that if a turnaround time is greater than a day, as they often are, the results are going to be incorrect.
Is there a way to get around this as in Excel? Or am I going to need to use another query?
Any suggestions would be greatly appreciated.
Many thanks,
tj.
I'm setting up a db to calculate turnaround times - time in vs time out. Both fields contain date and time inclusive, time being 24hr clock.
I'm running a basic query that subtracts the Received field from the Sent field, and the result is formatted to hh:mm, 24hr clock.
The problem is that I can't get the time to accrue like it would in Excel using [hh]:mm. After it reaches 23:59, it resets back to 00:00. This means that if a turnaround time is greater than a day, as they often are, the results are going to be incorrect.
Is there a way to get around this as in Excel? Or am I going to need to use another query?
Any suggestions would be greatly appreciated.
Many thanks,
tj.