Okay - form is based on a table & sub-table. Main table has the account starting & current balances. Sub table has the update records. Main table is for funding sources that have money coming in & going out, so I created the sub-table to record the transactions.
I did an auto-form, so that Access would create a form using the main & sub-tables - did so fine. Now, here is where I'm stuck: getting Access to do the math!
Okay: I'm thinking the VBA (or would a macro be easier?) needs to go on the On Exit event of the sub (child) form. I'm just lost on what the code would be - never done one like this before! Would I actually use code, or do I create an Update query to run on exit? I know it needs to take the Update Amount field & add it to the Current Balance, to get the new Current Balance amount.
Help? Thanks!
I did an auto-form, so that Access would create a form using the main & sub-tables - did so fine. Now, here is where I'm stuck: getting Access to do the math!
Okay: I'm thinking the VBA (or would a macro be easier?) needs to go on the On Exit event of the sub (child) form. I'm just lost on what the code would be - never done one like this before! Would I actually use code, or do I create an Update query to run on exit? I know it needs to take the Update Amount field & add it to the Current Balance, to get the new Current Balance amount.
Help? Thanks!