M
Meredith Poor
I run a wizard to create a (.ADP) form from a (SqlServer)
table, which completes successfully. When I run the
cmdButton wizard to create a Close button, it says that
that 'The Last Operation Was Canceled'. This is a wizard
I've run thousands of times without difficulty.
The .ADP had bloated to 22Mb, when I compact it it's about
5 Mb after I've included the Calendar Control, Excel9
object library, Outlook object libarary, and CDO object
library. The project has about 180 forms, 40+ reports,
20+ macros, and several code modules, all with several
thousand lines of code each.
The Access 2K help file says the limit on the number of
ojbects is 32,767 (more or less). Nowhere is it clear
what makes up an object, although I am assuming the
following: all forms, all reports, all macros, all
controls on forms or reports, and each code module, if not
each sub or function.
The SQLServer database has about 200 tables and 300 stored
procedures. All these appear in their respective windows
and queries windows, so I'm assuming they're all objects
too.
I'm thinking now that I'm attempting to exceed the object
limits of the database. Does anyone have a more precise
idea of what counts as an 'object' and what doesn't?
Thanks.
table, which completes successfully. When I run the
cmdButton wizard to create a Close button, it says that
that 'The Last Operation Was Canceled'. This is a wizard
I've run thousands of times without difficulty.
The .ADP had bloated to 22Mb, when I compact it it's about
5 Mb after I've included the Calendar Control, Excel9
object library, Outlook object libarary, and CDO object
library. The project has about 180 forms, 40+ reports,
20+ macros, and several code modules, all with several
thousand lines of code each.
The Access 2K help file says the limit on the number of
ojbects is 32,767 (more or less). Nowhere is it clear
what makes up an object, although I am assuming the
following: all forms, all reports, all macros, all
controls on forms or reports, and each code module, if not
each sub or function.
The SQLServer database has about 200 tables and 300 stored
procedures. All these appear in their respective windows
and queries windows, so I'm assuming they're all objects
too.
I'm thinking now that I'm attempting to exceed the object
limits of the database. Does anyone have a more precise
idea of what counts as an 'object' and what doesn't?
Thanks.