Solved Row wise sum

mfaisal.ce

Member
Local time
Today, 06:13
Joined
Dec 21, 2020
Messages
76
Dear,
I have a table
1616937923100.png


but i need to see the result like this,

1616937956764.png


any one can guide me , how i can do that...... means i need to add the previous row to current row.....

regards,
 
Hi. Do a search on Running Sum queries. There's plenty of examples for it. Sorry can't give you one right now.

Sent from phone...
 
I agree, running sum and a good example from Roger is here:-

 
Last edited:
Unless you need this in a query, the easiest way is to use a report. Set the Mark field property to Running Sum = Over All.
See attached
 

Attachments

Users who are viewing this thread

Back
Top Bottom