Report & previous records...

T

Teo\(I\)

I need to place in a report with many values a progressive total...

example:

+1 =1
+3 =4
-2 =2
-1 =1

on each record I need a formula as this one:
progressivevalue=previusrecordvelue+currentrecord value...

Is possible with a report read the previous record? and on the first
record??? there is't previous records...

thanks
 
B

Brian Kastel

On your report, put two text boxes bound to your record value. Set the
RunningSum property of the one of the text boxes to Yes. This solves your
problem.
 
Top