P
PLEASE HELP ME. NOW !!!
I have three text boxes. When a user manually inputs data in one text box, I
want the other two boxes updated automatically.
In other words, everytime Textbox 1 is updated, Textbox 2 and Textbox 3
automatically are updated.
For example,
TextBox 1 Textbox 2 (automatically fills in 100 x .5)
..5 is a rate
User enters 100 50
Textbox 3 (automatically fills in Textbox 1 + Textbox 2)
150
All 3 values are stored in a Table.
tblResults
txtVal1 txtVal2 txtValTotals
100 50 150
want the other two boxes updated automatically.
In other words, everytime Textbox 1 is updated, Textbox 2 and Textbox 3
automatically are updated.
For example,
TextBox 1 Textbox 2 (automatically fills in 100 x .5)
..5 is a rate
User enters 100 50
Textbox 3 (automatically fills in Textbox 1 + Textbox 2)
150
All 3 values are stored in a Table.
tblResults
txtVal1 txtVal2 txtValTotals
100 50 150