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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.