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...