J
Jurrasicway
Hi,
I am trying to make a query work that will calculate hours worked. However,
when my working time spans midnight I get negitive figures. My expression to
calculate the expression in the Field Line of the query is:
workingTime: [FinishTime]-[StartTime] The result is expressed in days
To convert to hours my expression is:
workingHours: [workingTime]*24
When the [StartTime] is 20:45 and the [FinishTime] is 01:30 I return -19.25
I need to return + 4.75
Can anyone help please?
I am trying to make a query work that will calculate hours worked. However,
when my working time spans midnight I get negitive figures. My expression to
calculate the expression in the Field Line of the query is:
workingTime: [FinishTime]-[StartTime] The result is expressed in days
To convert to hours my expression is:
workingHours: [workingTime]*24
When the [StartTime] is 20:45 and the [FinishTime] is 01:30 I return -19.25
I need to return + 4.75
Can anyone help please?