thepunter
12-19-2001, 10:43 AM
Hi All
I am a complete newbie to access so forgive me if this is too simple for you guys http://www.access-programmers.co.uk/ubb/smile.gif
I want to sum totals within a query.
eg lets say I have a query with the following fields
A B C D
A and B are data fields pulled from a table
C is as calculation on those fields say A*B
D Is where I come unstuck. D I would like to be a running total of the sum of the values in C
for example a sample query out put could look like the following.
A B C D
10 2 20 20
30 1 30 50
15 4 60 110
Any ideas anyone on the statement I should insert in the D column to provide this running total ?
All the best
Mick
I am a complete newbie to access so forgive me if this is too simple for you guys http://www.access-programmers.co.uk/ubb/smile.gif
I want to sum totals within a query.
eg lets say I have a query with the following fields
A B C D
A and B are data fields pulled from a table
C is as calculation on those fields say A*B
D Is where I come unstuck. D I would like to be a running total of the sum of the values in C
for example a sample query out put could look like the following.
A B C D
10 2 20 20
30 1 30 50
15 4 60 110
Any ideas anyone on the statement I should insert in the D column to provide this running total ?
All the best
Mick