Hi people,


just a simple question really. I have two textboxes, textbox 2 has a number in there which is taken from a database. In textbox1 I want to input a number, however I want to take that number away from the total in textbox2.

For example if textbox2 has 10 in there, and I input 2 in textbox1 I want the number in textbox 2 to show 8.

Is this possible? thanks.