SBendBuckeye
Programmer
Also posted on Forms forum
I am loading a form from an array and would like to create an array of text boxes so that I could load as follows:
for i = 1 to x
txtBox(i) = array(i)
next
Can you do this? I know I can spin through me.controls and parse the .name property but that is very ugly since I am loading 4 fields from each array element.
Any help would be greatly appreciated!
I am loading a form from an array and would like to create an array of text boxes so that I could load as follows:
for i = 1 to x
txtBox(i) = array(i)
next
Can you do this? I know I can spin through me.controls and parse the .name property but that is very ugly since I am loading 4 fields from each array element.
Any help would be greatly appreciated!