S
Steve
HYCH
Have a form with 7 Textboxes on ranging from Textbox 1 to textbox 7
Have an 8th textbox that i would like to display the total of all
numbers entered into the textboxes as i go, is this possible?
Did try the following
Textbox8.value = textbox1.value + textbox2.value
This only displayed the numbers i typed i.e.
Textbox1 (entered a '1') and Textbox2 (Entered a '2') the value in
textbox 8 was displayed as 12 rather than 3
Any advice wpuld be appreciated.
Steve
Have a form with 7 Textboxes on ranging from Textbox 1 to textbox 7
Have an 8th textbox that i would like to display the total of all
numbers entered into the textboxes as i go, is this possible?
Did try the following
Textbox8.value = textbox1.value + textbox2.value
This only displayed the numbers i typed i.e.
Textbox1 (entered a '1') and Textbox2 (Entered a '2') the value in
textbox 8 was displayed as 12 rather than 3
Any advice wpuld be appreciated.
Steve