Hi,
I’m trying to figure out total time in a query for a time sheet. I have [starttime] and [endtime] which the user enters data in. The I have [Totaltime] which is a formula. I tried [endtime]-[starttime] but that didn’t give me the correct results. Then I tried
Totaltime: Format([endtime]-[starttime],”short time”)
which gives me the correct time. However, when I go to add up the [Dailytime] it doesn’t work. I’m not sure what I’m doing wrong.
Thanks,
Leesha