G
Guest
Hi.
I have a database that runs a series of reports and log the time it takes
for each report in a table:
rs.addnew
rs("Time_Taken") = Time() - dteStartTime
rs.update
The idea is, I run a query on this table to derive the total amount of time
the reports take: sum([Time_Taken])
There were 50 reports, the average time was 2hrs each, but my query returns
09:04:34 as the total time! I have kind of added the times up in my head and
I get at least 57 hours!
Can anyone explain this or what I am doing wrong?
Cheers,
Steve.
I have a database that runs a series of reports and log the time it takes
for each report in a table:
rs.addnew
rs("Time_Taken") = Time() - dteStartTime
rs.update
The idea is, I run a query on this table to derive the total amount of time
the reports take: sum([Time_Taken])
There were 50 reports, the average time was 2hrs each, but my query returns
09:04:34 as the total time! I have kind of added the times up in my head and
I get at least 57 hours!
Can anyone explain this or what I am doing wrong?
Cheers,
Steve.