projecttoday
Programmer
Is there any way to get a calculated time in fractions of an hour? Right now I'm using
DateDiff("h",[starttime],[endtime]))
but if the time between starttime and endtime is 6 and 1/2 hours it shows on the report as 6. (General Number/Auto decimals). When I change the format of the fields to Fixed with 2 decimal places it shows as 6.00.
Robert
DateDiff("h",[starttime],[endtime]))
but if the time between starttime and endtime is 6 and 1/2 hours it shows on the report as 6. (General Number/Auto decimals). When I change the format of the fields to Fixed with 2 decimal places it shows as 6.00.
Robert