Hi I use the following to calculate the time between a starting time and ending time. I would like it to round up to the next hour only.
So if it would be 5.38 I would like it to round up to 6 hours.
Time On Job: DateDiff("n",[arrived time],[completed time])\60 & "." & Format(DateDiff("n",[arrived time],[completed Time]) Mod 60,"00")
The above works to calculate just need it to round up to the next hour.
Thank you Angie