Too many controls in a form and ways to get around

  • Thread starter Thread starter PYB
  • Start date Start date
P

PYB

I found somewhere on the web that the maximum number of
controls allowed in one form is 754 "over the lifetime of
the form" (not sure what this means)

Since my application uses more than 754 controls, and I
would like to keep a single form for data entry, what is
the best way to do this?

For example, would it be possible to include 754 subform
control in the main form and therefore trick the form to
contain 754*754 controls ?

all suggestions are welcome
 
PYB said:
I found somewhere on the web that the maximum number of
controls allowed in one form is 754 "over the lifetime of
the form" (not sure what this means)

Since my application uses more than 754 controls, and I
would like to keep a single form for data entry, what is
the best way to do this?

For example, would it be possible to include 754 subform
control in the main form and therefore trick the form to
contain 754*754 controls ?

Yes, you could do that (with the caveat that labels, lines
and sections also count as controls).

But I have to echo Rob's question, what are you doing? I'm
not trying to be critical, it's just that I'm curious about
how a user interface with that many controls could be used.
 
Back
Top