I am working on a query in a db that requires me to determine elapsed time. I have the total minutes but when I divide by 60 what I get is the format hh.mmmmmmmm. Even if I set the property of the field to fixed with 1 decimal, when I use the field in another calculation to determine an hourly cost, it converts it back to the hh.mmmmmmmmetc format. What I need is for the minutes to be converted to tenths of an hour. For example 70 minutes is 1.1666666667 I need it to round to 1.2.
Any help?
Thanks in advance
Any help?
Thanks in advance