ACC97: "Microsoft Access was unable to create an MDE database" Error MessageID: Q177620
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you try to save a Microsoft Access database as an MDE file, you may
receive the following error message:
Can't open any more tables.
Out of memory.
Microsoft Access was unable to create an MDE database
The Microsoft Jet database engine versions 3.0 and 3.5 allow a maximum of 1024 open TableIDs at one time. The process of saving a database as an MDE may cause this number to be exceeded if the database contains a large number of objects.
There is no accurate method to estimate the number of TableIDs that the Jet database engine uses during the process of saving a particular database as an MDE. Each module uses one TableID, and saving the database as an MDE involves the Visual Basic for Applications project of the database as well as the project of the MDE. As a result, if your database contains 500 forms, and each form's HasModule property is set to Yes, you may use as many as 1000 TableIDs when saving the database as an MDE.
For more information about TableIDs, please see the following article in
the Microsoft Knowledge Base:
Q165272 ACC: Error Message "Can't open any more tables"
For more information about lightweight forms and reports, search the Help
Index for "lightweight objects."
Additional query words: table id enough limit
Keywords : kberrmsg CnvOthr
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: June 2, 1999