L
Lee B via AccessMonster.com
I have a report based a subquery that is based upon a query. The subquery
produces a sum of time in minutes for each field name and these are grouped
and sorted alphabetically. The result is a group total (SumOfTimeWorkedC)
expressed in total minutes for each field name.
In the Detail section of the report, I need to express (SumOfTimeWorkedC),
which is in minutes, in total hours and minutes instead of minutes only. As
well, in the Report footer I have two text boxes. One that totals the minutes
Sum([SumofTimeWorkedC]) and one that takes the sum of minutes and expresses
it in hours and minutes using this formula: =Sum([SumOfTimeWorkedC])\60 &
Format([SumOfTimeWorkedC] Mod 60,"\:00"). This formula works well and it
gives me a number for total hours and minutes. My problem is coming up with a
working formula that will take the total grouped minutes in the Detail
section of the form and express them in hours and minutes. Any help will be
greatly appreciated!
Thanks,
Lee
produces a sum of time in minutes for each field name and these are grouped
and sorted alphabetically. The result is a group total (SumOfTimeWorkedC)
expressed in total minutes for each field name.
In the Detail section of the report, I need to express (SumOfTimeWorkedC),
which is in minutes, in total hours and minutes instead of minutes only. As
well, in the Report footer I have two text boxes. One that totals the minutes
Sum([SumofTimeWorkedC]) and one that takes the sum of minutes and expresses
it in hours and minutes using this formula: =Sum([SumOfTimeWorkedC])\60 &
Format([SumOfTimeWorkedC] Mod 60,"\:00"). This formula works well and it
gives me a number for total hours and minutes. My problem is coming up with a
working formula that will take the total grouped minutes in the Detail
section of the form and express them in hours and minutes. Any help will be
greatly appreciated!
Thanks,
Lee