Good day,
I have a form that calculates running sum when inputting data into a cash account table. There is an expenditure , and a deposit column, and I would like to run a query that would give me the running sum also, so I can run a report showing the entire cash book with running balance. There is a Autonumber field to keep record of the transactions. THis is what I have in the running sum field on the form : RunSum([Form],"Payment FIle No",[Payment FIle No],"Deposit")-RunSum([Form],"Payment FIle No",[Payment FIle No],"Amount")
Any help or alternative method would be appreciated.
Thanks Cristina