J
James
How many controls am I allowed to have in one form? What are the
dangers of having too many controls in one form. Thanks.
dangers of having too many controls in one form. Thanks.
Ken Snell (MVP) said:Limit is 754 controls on a form.
The limit of the human brain to grasp and use information is much, much
lower. And, as George pointed out, that is a "lifetime limit" for the Form.
The danger of exceeding it, in Access 2.0, which was the last time it
happened to me (in an inherited database) was that the form became
unrecoverably corrupted and had to be re-created from scratch... not a fun
thing, as it was "duplicating a paper form" for a detail-oriented user (note
I did not say 'nitpicker') and the form was multi-page, alignment was
important, and neatness counted.
It seems to me that I've heard another way to recover, but it did not seem
as easy as importing the controls and associated code into a new Form --
provided your Form doesn't become "unrecoverably corrupted" as that one did
for me.
Larry Linson
Microsoft Access MVP
David W. Fenton said:Can anyone explain the reason for that it being that particular
number?
Larry Linson said:The limit of the human brain to grasp and use information is much, much
lower. And, as George pointed out, that is a "lifetime limit" for the
Form.
The danger of exceeding it, in Access 2.0, which was the last time it
happened to me (in an inherited database) was that the form became
unrecoverably corrupted and had to be re-created from scratch... not a fun
thing, as it was "duplicating a paper form" for a detail-oriented user
(note I did not say 'nitpicker') and the form was multi-page, alignment
was important, and neatness counted.
It seems to me that I've heard another way to recover, but it did not seem
as easy as importing the controls and associated code into a new Form --
provided your Form doesn't become "unrecoverably corrupted" as that one
did for me.
Larry Linson
Microsoft Access MVP