Hi Everyone,
I'm having a problem creating an MDE.
My database is 11mb in size and in 2002-2003 format.
It has 3 modules, 50 tables, 450 queries, 35 forms and 33 reports / subreports.
It is not a replica databas.
I have went to a form and opened the code and performed a compile project, that was successfull.
When I go to click on "Make MDE", I recieve the following Error Message:
I Click on the link in the error message and it say's
I am at a complete loss. I have tried the error message's suggestion to make all forms not associated with macros property value set to NO, however when I do that it says all code will be lost and it doesn't keep any code.
Any help and suggestion would be tremendously appreaciated.
Thank you so much in advance
Janet![[upsidedown] [upsidedown] [upsidedown]](/data/assets/smilies/upsidedown.gif)
I'm having a problem creating an MDE.
My database is 11mb in size and in 2002-2003 format.
It has 3 modules, 50 tables, 450 queries, 35 forms and 33 reports / subreports.
It is not a replica databas.
I have went to a form and opened the code and performed a compile project, that was successfull.
When I go to click on "Make MDE", I recieve the following Error Message:
Code:
This error is usually associated with compiling a large database into an MDE file. Due to the method used to compile the database, a considerable number of TableID references are created for each table. The Microsoft Jet database engine version 4.0 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 Jet 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.
More information about this error message online.
I Click on the link in the error message and it say's
Code:
Bulgarian Chinese (China) Chinese (Hong Kong SAR) Chinese (Taiwan) Croatian Czech Danish Dutch English Finnish French German Greek Hindi Hungarian Italian Japanese Korean Norweigian Polish Portuguese (Portugal) Romanian Russian Serbian Slovak Spanish Swedish Thai Turkish
Details
Product: Office
Event ID: 10010
Source: OfficeErrorMessages
Version: 11.0
Message: Links to additional information about the error message you saw are available below.
I am at a complete loss. I have tried the error message's suggestion to make all forms not associated with macros property value set to NO, however when I do that it says all code will be lost and it doesn't keep any code.
Any help and suggestion would be tremendously appreaciated.
Thank you so much in advance
Janet
![[upsidedown] [upsidedown] [upsidedown]](/data/assets/smilies/upsidedown.gif)