Hi everyone, I wonder if somebody can help me with the following please.
I have a number of textBoxes on a page that I want to check with a for next statement.
e.g, the boxes are called (imaginatively), txtBox1, txtBox2, txtBox3...
I would like to build a statement where I can get the values from the for..next..loop
so it would look something like this.
for n=1 to 3
This is the statement I would like to know how to construct.
txtBox(n).text so that it would read txtBox1.text
Something like the eval statement in Javascript.
next n
Cheers in advance,
Steve.