Immortal49
Technical User
Hi,
I have two textboxes, value in textbox1 gets added to the value in textbox2 and i have this coding in place, the only problem i have is that if i made an error when adding a value in textbox1 and i remove the value to add the correct value the textbox2 value does not also change to the previous value so the calculations become wrong. My coding so far.
So ideally what i was looking for was help so when i remove the value in textbox1 or just change it to 0 then the original value is displayed in textbox2? hope that makes sense.
I have two textboxes, value in textbox1 gets added to the value in textbox2 and i have this coding in place, the only problem i have is that if i made an error when adding a value in textbox1 and i remove the value to add the correct value the textbox2 value does not also change to the previous value so the calculations become wrong. My coding so far.
Code:
So ideally what i was looking for was help so when i remove the value in textbox1 or just change it to 0 then the original value is displayed in textbox2? hope that makes sense.