G
Guest
Accumulating sums
I have a table with the following with 2 main columns: Year
(2001,2002,2003…) and Value (200,300,400…)
I want to make a query that will sum the value of the actual year plues the
past years like this:
Year Value AccumulatedValue
2001 200 200
2002 300 500
2003 400 900
2004 500 1400
Is there any body to know how to make this query?
Thanks a lot
I have a table with the following with 2 main columns: Year
(2001,2002,2003…) and Value (200,300,400…)
I want to make a query that will sum the value of the actual year plues the
past years like this:
Year Value AccumulatedValue
2001 200 200
2002 300 500
2003 400 900
2004 500 1400
Is there any body to know how to make this query?
Thanks a lot