Displaying Accumulative for each record

Gurmit

New member
Local time
Today, 09:54
Joined
Dec 15, 2006
Messages
2
I have a query which selects certain record. I then use a form to display these records in a tabular format. For each record I would like to dispaly a running total (accumulative).
Example

If I have five record with field say Amount and values are 10,20,25,30 and 50

On the first line I would like the TOTAL =10
next line TOTAL=10+20=30
next line TOTAL=30+25=55
and so on.

Can anyone help with this? Your help will be appreciated
 
Very easy to do in a report which has built in support for a running total.
 
Thanks Neil

Gurmit
 

Users who are viewing this thread

Back
Top Bottom