darkstarjk
MIS
I've look at many of the different posts but have come up empty handed on this one so I was hoping there is some person out there who might be able to help me solve this problem.
Current I have a Continuous form which shows bank rec information. I want it to do a running sum along side the bank rec so they can check to make sure the balances are proper. I have tried the following code:
1. =Sum([TotalReciept] - [Dispurse])
2. =Sum([TotalReciept] - Sum([Dispurse])
3. =DSum("TotalReciept","QueryName"
The problem with all of these is that they give me the grand total instead of a running total. This form has to be viewed inside a form otherwise I would just place it as a report.
Is there any hope for me?
Any help has my thanks in advance.
Current I have a Continuous form which shows bank rec information. I want it to do a running sum along side the bank rec so they can check to make sure the balances are proper. I have tried the following code:
1. =Sum([TotalReciept] - [Dispurse])
2. =Sum([TotalReciept] - Sum([Dispurse])
3. =DSum("TotalReciept","QueryName"
The problem with all of these is that they give me the grand total instead of a running total. This form has to be viewed inside a form otherwise I would just place it as a report.
Is there any hope for me?
Any help has my thanks in advance.