+ Reply to Thread
Results 1 to 4 of 4

When creating .accde it stops and fails

  1. #1
    Forum Contributor
    Join Date
    04-23-2009
    Location
    IOWA
    MS-Off Ver
    2010 Professional
    Posts
    270

    When creating .accde it stops and fails

    This is the Error I get:

    Microsoft Access was unable to create the .accde, .mde, or .ade file.

    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 deleted some tables and still can't get it to clear. Access 2007 btw.

    Tables: 66
    Queries: 85
    Forms: 112 assuming they each have a modue double this number
    Reports: 54
    Modules: 14

    Any thoughts are appreciated.

    Thanks in advance,

    Dan
    Last edited by split_atom18; 07-31-2009 at 01:15 PM.
    "I am not a rocket scientist, I am a nuclear engineer." - Split_atom18
    If my advice has been helpful to you, then please help me by clicking on the "Star" and adding to my reputation, Thanks!

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: When creating .accde it stops and fails

    Hi Dan,

    Have you run the "Compact and Repair database" utility?

    You probably already did that, but it's the only other way I know of reducing the TableIDs.

    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Contributor
    Join Date
    04-23-2009
    Location
    IOWA
    MS-Off Ver
    2010 Professional
    Posts
    270

    Re: When creating .accde it stops and fails

    Quote Originally Posted by ConneXionLost View Post
    Have you run the "Compact and Repair database" utility?
    I have, I also combined and deleted a few queries. No luck so far. I will report back when I figure it out.

    Thanks for the suggestion though

    Dan

  4. #4
    Forum Contributor
    Join Date
    04-23-2009
    Location
    IOWA
    MS-Off Ver
    2010 Professional
    Posts
    270

    Re: When creating .accde it stops and fails

    I figured it out. I got had by a child. One of the bosses kids had typed a bit on my keyboard when I was not at it. When I did the compile under debug, I found it.

    In short if there is an error in your code it won't compile.(There were none except that. I had run it early but got distracted on the phone.)

    Thanks,

    Dan

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1