G
Guest
Someone asked yesterday about sub totaling each page in a report. While that
fix works to a degree for me, what I ultimately would like is just a sum on
the final page of my report. I have two fields I want summed: "Qty" and
"Cost." Qty is a field on the report; the "Cost" field is not on the report
(but is a field in the same query) - on the last page of the report I need
both fields to show a sum total. Is this doable and what is the best method
for perfoming this. I used the "If PrintCount = 1 Then curTotal = curTotal +
Me.Amount" and that is pretty close, but not quite it.
Thanks in advance for your assistance.
fix works to a degree for me, what I ultimately would like is just a sum on
the final page of my report. I have two fields I want summed: "Qty" and
"Cost." Qty is a field on the report; the "Cost" field is not on the report
(but is a field in the same query) - on the last page of the report I need
both fields to show a sum total. Is this doable and what is the best method
for perfoming this. I used the "If PrintCount = 1 Then curTotal = curTotal +
Me.Amount" and that is pretty close, but not quite it.
Thanks in advance for your assistance.