I have a report that is calculating a running sum, via VBA. The header has the beginning balance. The detail section has the adjustment amounts and the “Detail – on Print event” does the running balance calculation. The “Footer on Print event” picks up the last balance and prints it. This is all working fine and printing correctly for the report where I need the detail displayed.
I need to use the same report but only show the ending balance, not show the detail. I have set the “height = 0” on the controls and the “detail section” and the “header section”. I have set the same controls and sections “can shrink = yes”. I tried setting the detail section’s “visible = no”, but then it doesn’t do the running balance calculation, it just skips it.
Just another point of information – but it shouldn’t affect the answer you give me — I have the detail report hooked with a parameter query asking for a particular account type that it will print for. The summary report will be for all account types.
I’ve searched through a lot of Woody’s and Microsoft, but am not finding anything. Maybe I’m not entering the correct search words.
Can somebody please help?
Thanks so much
Patty