G
Guest
I have a Date/Time field that I am trying to multipy in a query. The field is
formatted in short time (hh:mm), but shows as (h:mm)-don't know why. I need
to multiply this time by 1.5. I need the result to be in (h:mm) format.
How can I do this?
In my query, times come out as: (ex. 0:38 results 0.039583)
My SQL expression is:
Select Time*1.5
From Table
formatted in short time (hh:mm), but shows as (h:mm)-don't know why. I need
to multiply this time by 1.5. I need the result to be in (h:mm) format.
How can I do this?
In my query, times come out as: (ex. 0:38 results 0.039583)
My SQL expression is:
Select Time*1.5
From Table