DaveRussell
Programmer
Hey everybody!
I've got an access database that i'm working on here, and i've run into a wall...
the program is an interest calculator, pretty much... it takes withdrawals and desposits, and every month it compounds at a given interest rate.
i've got a form in continuous form mode, and the recordsource set to display the transaction records of a particular client - whether it be a deposit, withdrawal, or if the principle has compounded, the compoud amount.
what i'd like to be able to do, is this:
on this form, when the user updates the first record, it will automatically update the rest of the records. eg:
the first transaction record is a deposit of 500, with an ending balance of 1000. The second is a record that represents the principle earning 2.5% interest, so, $25 deposited, and a balance of $1025. If the user goes back and changes the first record to a beginning deposit to $500, it will update the initial balance, then the compounded interest deposit, then the final balance.
If anyone has any idea of which direction i should go with this, it'd be really appreciated.
thanks
Dave.
I've got an access database that i'm working on here, and i've run into a wall...
the program is an interest calculator, pretty much... it takes withdrawals and desposits, and every month it compounds at a given interest rate.
i've got a form in continuous form mode, and the recordsource set to display the transaction records of a particular client - whether it be a deposit, withdrawal, or if the principle has compounded, the compoud amount.
what i'd like to be able to do, is this:
on this form, when the user updates the first record, it will automatically update the rest of the records. eg:
the first transaction record is a deposit of 500, with an ending balance of 1000. The second is a record that represents the principle earning 2.5% interest, so, $25 deposited, and a balance of $1025. If the user goes back and changes the first record to a beginning deposit to $500, it will update the initial balance, then the compounded interest deposit, then the final balance.
If anyone has any idea of which direction i should go with this, it'd be really appreciated.
thanks
Dave.