Time problem I have a database that I use to track computer usage by age groups
What I need to do is track the total hours used for the month by groups. What I did was created a update query to that subtracts the “time in” with the “time out” and updates the total time field “Format([Time in]-1-[Time out],"Short Time"” This works great how ever when I run a report and try to capture the months total time usage. Anything over 24 hours come in as 9 hours instead of 33 hours total. I have not been able to get this to sum correctly. What I need is a total sums by groups and then an overall total sums of all the groups. =Sum([qry monthy usage]![total time]) short time format. Any help would be appreciated thanks.
What I need to do is track the total hours used for the month by groups. What I did was created a update query to that subtracts the “time in” with the “time out” and updates the total time field “Format([Time in]-1-[Time out],"Short Time"” This works great how ever when I run a report and try to capture the months total time usage. Anything over 24 hours come in as 9 hours instead of 33 hours total. I have not been able to get this to sum correctly. What I need is a total sums by groups and then an overall total sums of all the groups. =Sum([qry monthy usage]![total time]) short time format. Any help would be appreciated thanks.