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.
 

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