R
rob p
I have seen similiar problems for forms but I need a solution for a report
and subreport. My subreport groups by check number. I only display the check
footer which has the following code:
=Abs(Sum(([Earningcode]="01")*[amount])). The subreport (check footer) is
then inserted in the detail section of my main report. This works great.
(thanks Duane H.)
My main report groups by division number and then has a grand total.
In my main report I can get a grand total using dsum for the above formula.
What I need help with is getting the division totals for the above
earningcode / amount from the subreport to the group footer of the main
report.
thanks.
rob
and subreport. My subreport groups by check number. I only display the check
footer which has the following code:
=Abs(Sum(([Earningcode]="01")*[amount])). The subreport (check footer) is
then inserted in the detail section of my main report. This works great.
(thanks Duane H.)
My main report groups by division number and then has a grand total.
In my main report I can get a grand total using dsum for the above formula.
What I need help with is getting the division totals for the above
earningcode / amount from the subreport to the group footer of the main
report.
thanks.
rob