G
Guest
Access Query
I have a query with two columns: ItemCode and Value.
I need to create a third column accumulating the preceding values on the
column Value. Put it in another way I need it to sum the value in preceding
row with the value of the column Value in the same row.
More or less like this:
ITEMCODE Value Acumulated
RE1 4 4
RE2 -6 -2
RE3 3 1
Is it possible? Can anyone tell me how? I have no idea to solve this.
I have a query with two columns: ItemCode and Value.
I need to create a third column accumulating the preceding values on the
column Value. Put it in another way I need it to sum the value in preceding
row with the value of the column Value in the same row.
More or less like this:
ITEMCODE Value Acumulated
RE1 4 4
RE2 -6 -2
RE3 3 1
Is it possible? Can anyone tell me how? I have no idea to solve this.