G
Guest
A client has this expression on a report:
=(Int(Sum([End Time]-[Start Time]))*24)+Hour(Sum([End Time]-[start time])) &
":" & Minute(Sum([End Time]-[Start Time]))
It gives the total number of hours. This works he would always like it to
display 2 decimal places. For example, if the total is 11 hours even, he
would like it to display 11.00.
=(Int(Sum([End Time]-[Start Time]))*24)+Hour(Sum([End Time]-[start time])) &
":" & Minute(Sum([End Time]-[Start Time]))
It gives the total number of hours. This works he would always like it to
display 2 decimal places. For example, if the total is 11 hours even, he
would like it to display 11.00.