I have 3 textboxes on a form. Two of them will have dollar amounts entered into them always in dollars and cents like so: 23.99
I want to have textbox1 plus textbox2 equal textbox3.
User enters 25.99 into textbox1, textbox2 will have a value of 5.00 already in it and this textbox will be read only. When the user tabs off textbox1 I want textbox3 to show the total of textbox1 plus textbox2. textbox3 will also be read only.
I want to have textbox1 plus textbox2 equal textbox3.
User enters 25.99 into textbox1, textbox2 will have a value of 5.00 already in it and this textbox will be read only. When the user tabs off textbox1 I want textbox3 to show the total of textbox1 plus textbox2. textbox3 will also be read only.