M
Mohammad Saeb
Can anybody help me about this subject?
I have a query like this one
ID Code Amount
1 A 100
2 B 200
3 C 300
I wonder if there is as way to make a fourth column that contain a sum of
all mount ABOVE the current Row.
Like this:
ID Code Amount Sum
1 A 100 100
2 B 200 300
3 C 300 600
Any ideas? thanks for all.
I have a query like this one
ID Code Amount
1 A 100
2 B 200
3 C 300
I wonder if there is as way to make a fourth column that contain a sum of
all mount ABOVE the current Row.
Like this:
ID Code Amount Sum
1 A 100 100
2 B 200 300
3 C 300 600
Any ideas? thanks for all.