report question

  • Thread starter Thread starter rexhuston
  • Start date Start date
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
 
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".
 
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".


.
 
Back
Top