Hello,
I am trying to create a checkbook type database. I am stuck where if I need to edit a record, I need to update the running balance for the subsequent records but not the previous records.
For example: I have 10 records in a table. If I update a "withdrawal" value in Record 5 which in turn updates the "Balance" for record 5, how do I update the balances in records 6-10 without updating 1-4?
Thanks
I am trying to create a checkbook type database. I am stuck where if I need to edit a record, I need to update the running balance for the subsequent records but not the previous records.
For example: I have 10 records in a table. If I update a "withdrawal" value in Record 5 which in turn updates the "Balance" for record 5, how do I update the balances in records 6-10 without updating 1-4?
Thanks