Forum Discussion
Tony2021
Dec 15, 2021Steel Contributor
Running Balance query
Hello experts, I have a query that shows a [Balance] but I am not sure why the math is off. I enter an amount [CurrentAmt] (this is a manual entry) I enter an amendment ([AmountOfChange] (this...
- Dec 16, 2021you do not need to use DMax() function,
just do a simple addition:
Balance: [CurrentAmt]+[AmountOfChange]