Creating an accde file

D

djsmith

We are attempting to create an accde file for our front-end database. We get
the following error message "Microsoft Office Access was unable to create the
..accde, .mde, .or . ade file." The help description indicates: "...The Access
database engine can only create a maximum of 2048 open TableIDs at one time."

As we have the database backed up, we removed a fairly good portion of the
queries, forms and report and removed all of the linked tables. To try to get
the file size down to a minimum.

Any insight into what we can do will be greatly appreciated.
 
A

Arvin Meyer MVP

Occasionally, error messages are cryptic and actually mean something else
because there is no good error description. So do the following in the order
presented and try again. Always work on a copy to avoid any chance of
corrupting your file.

1. Run a compact and repair on your database

2. If the above is successful, open any code window and compile the code.

3. Fix any errors the compilation process shows, until the database cleanly
compiles.

4. Once everything is clean and working compact and repair again.

5. Now try to create your .accde again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top