H
Hillary
I am having a really rough time trying to compare two
time values - a clock in and a clock out. I have used
DateDiff function with decent results, but cannot seem to
format the result to be a hh:nn (hour:minute) value
instead of all hours or all minutes.
For example:
TimeIn: 3:44 AM TimeOut: 12:28 PM
DateDiff(DateDiff("n",[TimeOut],[TimeIn]) = -524
I need to convert that to a time value, in this case,
8:44. Dividing 524 of course won't work becuase it
returns a decimal value instead of a time value.
Any help would be GREATLY appreciated. I've been trying
to figure this out for far too many hours!
Thanks
Hillary
time values - a clock in and a clock out. I have used
DateDiff function with decent results, but cannot seem to
format the result to be a hh:nn (hour:minute) value
instead of all hours or all minutes.
For example:
TimeIn: 3:44 AM TimeOut: 12:28 PM
DateDiff(DateDiff("n",[TimeOut],[TimeIn]) = -524
I need to convert that to a time value, in this case,
8:44. Dividing 524 of course won't work becuase it
returns a decimal value instead of a time value.
Any help would be GREATLY appreciated. I've been trying
to figure this out for far too many hours!
Thanks
Hillary