hello all,
Basically I want a way to get the number of hours between two date/times, but with hours and minutes.
Currently i use
But this only returns the number of hours.
How do you get it to return the minutes as well in he same field?
Cheers
Basically I want a way to get the number of hours between two date/times, but with hours and minutes.
Currently i use
Code:
DateDiff("h",[Check In/Out].[Check In],[Check In/Out].[Check Out]) AS Hours
How do you get it to return the minutes as well in he same field?
Cheers