M
MattShoreson
say you have 3 textboxes called txt1, txt2 and txt3.
It's possible to cycle thru these controls by using the following...
for i = 1 to 3
msgbox .controls("txt" & i).value
next i
can this be done with variables names?
i.e. variable1, variable2, variable3
help gratefully accepted!
Thanks,
Matt
It's possible to cycle thru these controls by using the following...
for i = 1 to 3
msgbox .controls("txt" & i).value
next i
can this be done with variables names?
i.e. variable1, variable2, variable3
help gratefully accepted!
Thanks,
Matt