I am struggling to write the proper code lines to have two (or more) feilds perform a calculation on the screen as the user enters the required infomation.
i.e. 5,000 (feild1) plus 500 (field2) = 5,500 (new feild for results)
I have figured it out to the point that the calculations work fine but only when the file is closed (so users would have to enter info into the first two fields then close the file and open it again the see the results.
Is there a way to do these calculations on the fly showing the results on the screen and if so can I use the same method for more complex calculations (percentages etc)?
This is probably a realy basic problem but I am lost!
Thanks in advance
Grant
i.e. 5,000 (feild1) plus 500 (field2) = 5,500 (new feild for results)
I have figured it out to the point that the calculations work fine but only when the file is closed (so users would have to enter info into the first two fields then close the file and open it again the see the results.
Is there a way to do these calculations on the fly showing the results on the screen and if so can I use the same method for more complex calculations (percentages etc)?
This is probably a realy basic problem but I am lost!
Thanks in advance
Grant