R
Robert Suffecool
Hi everyone... I'm not sure if I'm asking the correct question here or not
but here goes anything...
I have a table in Access with the following columns: ID, Month, Total,
Allez, R900. ID is the primary key. Here is the sample of the data:
temp ID Month Total Allez R900
1 2006-02 157.2
157.2
2 2006-03 224.7
224.7
3 2006-04 401.6 235.6 166
4 2006-05 508.8 27.8 481
5 2006-06 251
251
I would like to create a query that calculates a running total of the
"total" column. For example, a running total for the first record is
157.2... but for the 2nd, it would be 381.9 (157.2 + 224.7)... the third
record would be 783.5, etc...etc...etc...
I was told I should use subqueries but I'm not sure how to do that. Could
someone help?
Thanks,
Rob
but here goes anything...
I have a table in Access with the following columns: ID, Month, Total,
Allez, R900. ID is the primary key. Here is the sample of the data:
temp ID Month Total Allez R900
1 2006-02 157.2
157.2
2 2006-03 224.7
224.7
3 2006-04 401.6 235.6 166
4 2006-05 508.8 27.8 481
5 2006-06 251
251
I would like to create a query that calculates a running total of the
"total" column. For example, a running total for the first record is
157.2... but for the 2nd, it would be 381.9 (157.2 + 224.7)... the third
record would be 783.5, etc...etc...etc...
I was told I should use subqueries but I'm not sure how to do that. Could
someone help?
Thanks,
Rob