I have a form with the following fields:
Beginning Balance, Additions, Subtractions, and Ending Balance.
Additions and Subtractions comes from a query, Beginning and Ending balance are derived (Beginning Balance on the first record comes from a table).
Ending Balance is just calculated (Beginning + Adds - Subtracts).
The rest of the Beginning Balance values on all other records besides the first should be the previous Ending Balance.
I used the PrevRecVal function found here thinking I could pick up the Ending Balance value from the previous record:
But it doesn't seem to be working. I think because my Ending Balance is calculated in the form and doesn't come from a query?
How can I come up with Beginning Balance?
Kelly
Beginning Balance, Additions, Subtractions, and Ending Balance.
Additions and Subtractions comes from a query, Beginning and Ending balance are derived (Beginning Balance on the first record comes from a table).
Ending Balance is just calculated (Beginning + Adds - Subtracts).
The rest of the Beginning Balance values on all other records besides the first should be the previous Ending Balance.
I used the PrevRecVal function found here thinking I could pick up the Ending Balance value from the previous record:
But it doesn't seem to be working. I think because my Ending Balance is calculated in the form and doesn't come from a query?
How can I come up with Beginning Balance?
Kelly