I have 2 text boxes named text1 and text2 in my form and one command button
On the click event of the button I wrote this code......
For i=1 to 2 step 1
Thisform.text(i).Value="ABC"
End for
This is give error in 2nd line. I want to use textbox name with programmatically.
On the click event of the button I wrote this code......
For i=1 to 2 step 1
Thisform.text(i).Value="ABC"
End for
This is give error in 2nd line. I want to use textbox name with programmatically.