G
Guest
I have a report which prints sub-totals and grand-totals at the end of the
report. In the sub-totals I have to print a total which represents items that
are not listed in the report. I get this total by doing a join that puts the
total in every row in the sub totalled group.
My problem is how to do the grand totals. I can't just sum the control
source because these values repeat in every row and the grand total would be
way too high. What I need to somehow do is the total the subtotals as they
are printed and get that value in the grand total. Anyone done this and knows
how?
report. In the sub-totals I have to print a total which represents items that
are not listed in the report. I get this total by doing a join that puts the
total in every row in the sub totalled group.
My problem is how to do the grand totals. I can't just sum the control
source because these values repeat in every row and the grand total would be
way too high. What I need to somehow do is the total the subtotals as they
are printed and get that value in the grand total. Anyone done this and knows
how?