I have a report with a start time and an endtime. In order to find the different past midnight I put in
format([starttime]-1 -[endtine], "short time" this give be the hours i need except it is in short time form (3:30). I tried using timetodec(Mytime) and I get #error. Is there any other way to convert the short time to a decimal? I want to be able to sum of the decimal column.
format([starttime]-1 -[endtine], "short time" this give be the hours i need except it is in short time form (3:30). I tried using timetodec(Mytime) and I get #error. Is there any other way to convert the short time to a decimal? I want to be able to sum of the decimal column.