ok so im gunna seriously scream here. I cannot figure out how to calculate the sum of hours and minutes in this report.
everything is good until the sum is greater than 23:59:00 (seconds never used)
(this is a date/time field hh:nn:ss)
I have tried multiple formulas trying to get around it but none of them are working.
sum(Left([totalhours],2)*60 + right([totalhours],2)
ive tried to wrap my head around converting the total time to a number but its like, if the hours are greater than 24 the correct hours arent even calculated, so how can it accurately convert it to a number
also, in the detail footer of the report its rare that the hours would be over 24, so it would need to be an Iif situation, where as the report footer will always be over 24 hours.
Print screen, as youll see the total hours say 17:00, but the corret total should be 41:30
anyone have any ideas, im stressin on this one
http://lordkazeoneink.com/thc/ps1.jpg
everything is good until the sum is greater than 23:59:00 (seconds never used)
(this is a date/time field hh:nn:ss)
I have tried multiple formulas trying to get around it but none of them are working.
sum(Left([totalhours],2)*60 + right([totalhours],2)
ive tried to wrap my head around converting the total time to a number but its like, if the hours are greater than 24 the correct hours arent even calculated, so how can it accurately convert it to a number
also, in the detail footer of the report its rare that the hours would be over 24, so it would need to be an Iif situation, where as the report footer will always be over 24 hours.
Print screen, as youll see the total hours say 17:00, but the corret total should be 41:30
anyone have any ideas, im stressin on this one
http://lordkazeoneink.com/thc/ps1.jpg