Results 1 to 5 of 5
  1. #1
    hnhpak is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jan 2015
    Location
    Karachi Pakistan
    Posts
    28

    Error on making ACCDE

    Dear All,


    i have a problem in making my database to ACCDE following error message came.

    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.

    Do any one have solution for this I have a split database and want to change frontend to ACCDE.

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    The only way round the problem is to reduce the number of tableid's

    500 forms is a lot - are many of these the same, but with slightly different functionality? e.g. same recordsource but showing different fields, or one for editing and one for adding new records? If so, consider combining these forms

    Another thought is to split the front end into two or more based on who uses the system - you can still have a 'master' front end navigator to open different front ends
    Last edited by CJ_London; 05-18-2015 at 04:23 AM. Reason: typo

  3. #3
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    The '500 Forms' mentioned is part of the standard error message from Access (which is what this entire explanation is) not the OP's comment or description of his database.

    Error messages in Access are not noted for their accuracy, to say the least, and this message probably only means that the conversion failed. I'm willing to bet that you didn't Compile the file before attempting to convert it to ACCDE format; is that correct? If so, do a standard Compile, correct any problems that pop up, then try to convert it, again.

    Linq ;0)>

  4. #4
    hnhpak is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jan 2015
    Location
    Karachi Pakistan
    Posts
    28
    Thanks Missinglinq, You are right, i had not compile the database, I am going to compile it and let you know the progress.

  5. #5
    hnhpak is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jan 2015
    Location
    Karachi Pakistan
    Posts
    28
    Thank you very much. You was right it is due to compile error in vbs code. After remove errors database published as accde and work perfectly.
    Thank you once again.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. After createing ACCDE and error occurs?
    By thechazm in forum Access
    Replies: 0
    Last Post: 03-11-2015, 06:02 AM
  2. Replies: 2
    Last Post: 02-07-2015, 08:33 PM
  3. Question on making an accde
    By itm in forum Access
    Replies: 4
    Last Post: 10-24-2012, 10:43 AM
  4. Problems when making ACCDE database
    By rkalapura in forum Forms
    Replies: 0
    Last Post: 03-15-2012, 11:33 AM
  5. Forms don't work after making accde file
    By bdaniel in forum Programming
    Replies: 2
    Last Post: 12-19-2011, 04:53 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums