T
Thorson
I have been making changes to the front end of my database and then saving to
an .accde format for a while now, using the auto FE updater to update the
database the users see. However this time when I tried to save it as a
..accde copy it would not work an error came up stating:
"Microsoft Office Access was unable to create the .accde, ,mde, or .ade file."
Under "Show Help" it says:
This error is usually associated with compiling a large database into an MDE
file. Because of the method used to compile the database, a considerable
number of TableID references are created for each table. The Access database
engine can only create a maximum of 2048 open TableIDs at one time.
Exporting a database as an MDE potentially can exceed this limit if the
database has a large number of objects (table, macro, form, report, etc).
There is no accurate method to estimate the number of TableIDs the Access
database engine uses during the process of compiling a database as an MDE.
However, each VBA module and each form uses one TableID, as a result, if the
database has 500 forms, and each form's HasModule property is set to Yes, as
many as 1,000 TableIDs are used.
I don't know what this means or what to do. I am using Access 2007. If
anyone can help I would appreciate it! Thanks
an .accde format for a while now, using the auto FE updater to update the
database the users see. However this time when I tried to save it as a
..accde copy it would not work an error came up stating:
"Microsoft Office Access was unable to create the .accde, ,mde, or .ade file."
Under "Show Help" it says:
This error is usually associated with compiling a large database into an MDE
file. Because of the method used to compile the database, a considerable
number of TableID references are created for each table. The Access database
engine can only create a maximum of 2048 open TableIDs at one time.
Exporting a database as an MDE potentially can exceed this limit if the
database has a large number of objects (table, macro, form, report, etc).
There is no accurate method to estimate the number of TableIDs the Access
database engine uses during the process of compiling a database as an MDE.
However, each VBA module and each form uses one TableID, as a result, if the
database has 500 forms, and each form's HasModule property is set to Yes, as
many as 1,000 TableIDs are used.
I don't know what this means or what to do. I am using Access 2007. If
anyone can help I would appreciate it! Thanks