Error when trying to Make ACCDE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RobH
    New Member
    • Jul 2007
    • 56

    Error when trying to Make ACCDE

    I am trying to generate a complied version of my Application by clicking on the "Make ACCDE" in Access 2007. It asks me where and with what file name to save the ACCDE however it quickly returns with an error "Microsoft Office Access was unable to create the .accde, .mde, or ade file"

    It then displays a box with the following text..
    "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."

    Is there any other way I can compile my application? - I don't really want to send out a copy of my application that can be readily accessed..
    Last edited by RobH; Sep 21 '07, 02:57 PM. Reason: Self Resolved
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32662

    #2
    Rob,

    I notice your edit comment says self-resolved. Can we take this to mean that this question is no longer outstanding?
    Also, if you have a solution, would you have the time sometime to post it in here in case someone with a similar problem finds this thread.

    Best regards -NeoPa.

    Comment

    • Joe Y
      New Member
      • Oct 2011
      • 79

      #3
      Since I did not see solution for this years old post when searching this forum, I thought my finding may save others time if this occur.

      I had same message when trying to create accde file in Access 2010 32 bit version. I found this link and the solution solved my problem - An Vba bug caused the issue in my case. debug solved the problem.

      below is the link.
      A comprehensive suite of productivity tools and cloud services that enhance collaboration, communication, and efficiency. Combining classic Office apps with advanced Microsoft 365 features, it supports both personal and business needs

      Comment

      • zmbd
        Recognized Expert Moderator Expert
        • Mar 2012
        • 5501

        #4
        Joe Y,
        That's some valuable information right there!!!

        Because I do not trust the life of the link, I've transfered the answer given in link below. Of note within the referenced thread is the error is also showing up in the 64bit install versions for the same or related bug:

        ---
        Creating ACCDE file fails with error
        Answer
        Nathan O. - Microsoft Support replied on September 6, 2011

        Microsoft Forum Moderator
        Hi Sanlogent,



        I have seen this error happen when there are issues with the code in the database. If you open the database and go into the VBA window are you able to compile the database without a problem (debug menu -> compile)? If you run into errors compiling the database this way, fix these errors and then once you can successfully compile the file this way then try creating the ACCDE file again.



        Best Regards,

        Nathan O.

        Microsoft Online Community Support
        ---
        Last edited by zmbd; Aug 22 '13, 04:30 PM.

        Comment

        Working...