Number of Objects, where is the limit?

  • Thread starter Reiner Harmgardt
  • Start date
R

Reiner Harmgardt

Hi NG

last time i had the effect in one application, that after i had added 6 new
objects,
which i had prepared in an outside db and then imported it into a
application which
has already a lot of objects ( especially in modules).
Then when i started the application, it couldn't find a table which was
there
for sure.
then i took some old objects out and it worked again.
Is there any information about the limitation of objects (tables, forms,
modules etc)

Does it help to part of the modules in an external db and then have a
reference on it?

Thanks for helping.


Regards

Rainer
 
B

Brendan Reynolds

The maximum number of objects in an Access file is 32,768. The maximum
number of modules (including forms and reports with the HasModule property
set to True) is 1,000.

See the topic "Access specifications" in the help file for details.
 
Top