Text Box - Can A value in one generate more?

  • Thread starter Thread starter SDIrby
  • Start date Start date
S

SDIrby

Hello all,

Good morning eveyone i hope you all are well today. I have a questio
regarding text boxes. Lets say i have a form, and on my form is a tex
box. This text box controls other text boxes on the form, and here
how. I'd like for the Main text box to be a field for a number, an
after that number is entered, i'd like it to create more text boxe
that are equivalent to the NUMBER OF BOXES input in the main box.

Here's an example.

Main text box: Input the number of boxes you'd like to generate.
I input the number 15 and hit enter.
Now 15 more text boxes are generated on the form.

Make sense? If there is a way to do this please inform me of it.
Thank yo
 
Dynamically generating controls like that is problematic at best.

If you can set a maximum number of text boxes, put them all on the form, and
make them visible or invisible as necessary.
 
Back
Top