I have been spending hours on searching the topics on how to display the amount of hours correctly in my reports.
Instead of 21:00 + 7:00 = 04:00 I want to display 28:00 or 1 day 4 hrs.
I know now that this is a familiar problem in Access but somehow I cannot seem to get it to work.
I have in the controlsource of a text field in my header section the report
=Sum(qryDurationTimeAnalysis![ANALYSIS TIME])
It is summing all the individual times for a lab analysis.
When the sum is more than 24 hrs the time is displayed wrong.
I have been trying several things in the expressionbuilder to show the time right but unfortunately without succes.
Either showing it like [1 day(s) 4 hour(s) 0 min] or [28 hour(s) 0 min] would be just fine.
Any suggestions would be grately appreciated.
Remko
Instead of 21:00 + 7:00 = 04:00 I want to display 28:00 or 1 day 4 hrs.
I know now that this is a familiar problem in Access but somehow I cannot seem to get it to work.
I have in the controlsource of a text field in my header section the report
=Sum(qryDurationTimeAnalysis![ANALYSIS TIME])
It is summing all the individual times for a lab analysis.
When the sum is more than 24 hrs the time is displayed wrong.
I have been trying several things in the expressionbuilder to show the time right but unfortunately without succes.
Either showing it like [1 day(s) 4 hour(s) 0 min] or [28 hour(s) 0 min] would be just fine.
Any suggestions would be grately appreciated.
Remko