report question

R

rexhuston

hi,
i have a txt box in my report. For each record, I want to
add on to the text box's previous value. Is there any way
to do this? If I set the text box = textbox + record the
report comes out with the #error message. Thanks for the
help.

Rex
 
R

Rick Brandt

rexhuston said:
hi,
i have a txt box in my report. For each record, I want to
add on to the text box's previous value. Is there any way
to do this? If I set the text box = textbox + record the
report comes out with the #error message. Thanks for the

Just set the control source to the field you want and then set the RunningSum
property of the control to "Over All" or "Over Group".
 
R

rexhuston

works great. Thanks for the Help.

REx
-----Original Message-----


Just set the control source to the field you want and then set the RunningSum
property of the control to "Over All" or "Over Group".


.
 

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