Running Sum

A

alison

Does anyone know how to create a running sum total in a
report? I want to do the running sum on my text box, not
by macro or vb. Thanks.
 
M

Marshall Barton

alison said:
Does anyone know how to create a running sum total in a
report? I want to do the running sum on my text box, not
by macro or vb.

Try setting the text box's RunningSum property to Over Group
or Over All as appropriate to your report.

BTW, You can not reliably do a running sum in a report's
event procedures, so RunningSum is the right way to do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top