T
Thiazi
I know this has been discussed quite a bit, but I can't seem to get my
head around the solution to this problem. I have a table with times
stored in 24 hour format and need to add those times on an access
report. Currently, I'm using sum and the column name; however, when
the time rolls over past 24 hours, a day is added (so 1:20:23:20 would
be 44 hours, 23 minutes, 20 seconds). Instead of 1:20:23:20, I need
44:23:20 to show on the report itself.
I understand Access isn't setup to be able to natively handle such a
task. I'm also not finding the difference between two times - I just
want to add all times that appear in a column for a specified query
and produce the result in hh:nn:ss format no matter how many hours it
may be.
What would be the easiest way to accomplish this?
head around the solution to this problem. I have a table with times
stored in 24 hour format and need to add those times on an access
report. Currently, I'm using sum and the column name; however, when
the time rolls over past 24 hours, a day is added (so 1:20:23:20 would
be 44 hours, 23 minutes, 20 seconds). Instead of 1:20:23:20, I need
44:23:20 to show on the report itself.
I understand Access isn't setup to be able to natively handle such a
task. I'm also not finding the difference between two times - I just
want to add all times that appear in a column for a specified query
and produce the result in hh:nn:ss format no matter how many hours it
may be.
What would be the easiest way to accomplish this?