B
Bill Nguyen
I have several textbox controls in a form,.
I name them txt1, txt2, ... txt10.
How dow I refer to them in a loop to get the value in text proerty of each
control?
For x = 1 to 10
value = txt(x).text
next x
Thanks
Bill
I name them txt1, txt2, ... txt10.
How dow I refer to them in a loop to get the value in text proerty of each
control?
For x = 1 to 10
value = txt(x).text
next x
Thanks
Bill