Cumilative sum in another field

J

Joel

hi Guys,
I need to add total cost and its cumilative value as another field
cumilative cost in a report. How can i get that..
thanks

Jol
 
A

Allen Browne

Add another text box to show the cumulative total.
Set its Control Source property to the right field.
Set its Running Sum property to Over All.
 
J

Joel

Hi Allen
Thank you..


Allen Browne said:
Add another text box to show the cumulative total.
Set its Control Source property to the right field.
Set its Running Sum property to Over All.
 
Top