Hello all I'll try to be as detailed as I can. I have a table 'tbl accounts' that is linked to 'frm1'. The following fields from the table are on 'frm1'.
tblrate1 (1.5%)
tblrate2 (2.25%)
tblrate3 (tblrate1+tblrate2/2) this needs to be calculated
tblratediff (tblrate4-tblrate3) this needs to be calculated
tblrate4 (4.0%)
So ultimately when a person inputs to a new record they would enter 1.5% as the value of 'rate1' and enter 2.25% as the value for 'rate2' and 4.0% for the value of 'rate4'.
Once those values are entered I want calculations to occur for 'tblrate3' which should end up being 1.875% based on the above inputs.
And 'tblratediff' should be 2.125% based on the above inputs.
SO MY QUESTION IS can you have the rates calculated after input and stored in the 'tbl accounts' appropriately and if so HOW?
Or do I need to have the two calculated fields as unbound and then somehow perform a function 'onclick' that then writes the data to the table?
As you can see I'm in a quandry.
PLEASE PLEASE HELP....If you're not sure what I am asking please post for more info and I'll do my best to provide more thanks.
tblrate1 (1.5%)
tblrate2 (2.25%)
tblrate3 (tblrate1+tblrate2/2) this needs to be calculated
tblratediff (tblrate4-tblrate3) this needs to be calculated
tblrate4 (4.0%)
So ultimately when a person inputs to a new record they would enter 1.5% as the value of 'rate1' and enter 2.25% as the value for 'rate2' and 4.0% for the value of 'rate4'.
Once those values are entered I want calculations to occur for 'tblrate3' which should end up being 1.875% based on the above inputs.
And 'tblratediff' should be 2.125% based on the above inputs.
SO MY QUESTION IS can you have the rates calculated after input and stored in the 'tbl accounts' appropriately and if so HOW?
Or do I need to have the two calculated fields as unbound and then somehow perform a function 'onclick' that then writes the data to the table?
As you can see I'm in a quandry.
PLEASE PLEASE HELP....If you're not sure what I am asking please post for more info and I'll do my best to provide more thanks.