Enter a Value on Form to use in Calculations

W

weschmad

I want to enter a value on a Form.....and use that value in calculations in 2
other controls on the same Form.
Example......Enter Today Stock Price........
and then calculate Dollars Gain/Loss field
& percentage Gain/Loss field.
Any help would be appreciated
Thanks
 
D

Douglas J Steele

In the AfterUpdate event of the text box where the stock price was entered,
put code to do the calculations and populate the other two text boxes.
 
Top