I am working in Access
And i would like to calculate the total number of hours in the feild [Time], the property is short time.
The formula i am using is as follows; =Sum([Time])
The problem is that once the calculation exceeds 24 hours it then reverts back to 0, for instance if the sum total was 26:00, the formula would display as 2:00.
Also i would like to calculate the total time where the feild date equals todays date, however not sure on the correct formula. The formula below does not work.
=Sum([Time]) and [date]=Date()
Thanks any advice appreciated.
Today()
And i would like to calculate the total number of hours in the feild [Time], the property is short time.
The formula i am using is as follows; =Sum([Time])
The problem is that once the calculation exceeds 24 hours it then reverts back to 0, for instance if the sum total was 26:00, the formula would display as 2:00.
Also i would like to calculate the total time where the feild date equals todays date, however not sure on the correct formula. The formula below does not work.
=Sum([Time]) and [date]=Date()
Thanks any advice appreciated.
Today()