T
Tyler Farmer
To make a long story short, I want to be able for a user to input a number
(say 1-10), click the "go" button, and have the form dynamically create a
bunch of new text boxes (based on the number the user input). I know in
regular VB I can create a control array, but in Access you can't...but can
you just create new text boxes, and then give them names like "txt1",
"txt2", "txt3", etc.?
Then is there an easy way to reference them with loops later on?
(say 1-10), click the "go" button, and have the form dynamically create a
bunch of new text boxes (based on the number the user input). I know in
regular VB I can create a control array, but in Access you can't...but can
you just create new text boxes, and then give them names like "txt1",
"txt2", "txt3", etc.?
Then is there an easy way to reference them with loops later on?