Too many controls in a form and ways to get around

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
 
M

Marshall Barton

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top