I NEED HELP!!!!<br><br>I would like to know how to run a query that returns running totals. Let us suppose I have a table with this 3 rows: <br><br>field1 Field2<br>1 1 <br>6 2 <br>10 3 <br><br>and I want this kind of result:<br><br>field1 Field2<br>1 1 <br>7 2 <br>17 3 <br><br>Can anybody help me????<br>