Table 'MSysAccessObjects' already exists

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brucels
    New Member
    • Jul 2008
    • 1

    Table 'MSysAccessObjects' already exists

    I am receiving this error message when I attempt to open an Access 2000 .mdb file. I also receive it when I try to import from that file into a new .mdb file. I opened the file with no problem two days ago and closed it normally (as far as I know). The error started appearing yesterday when I first tried to open it. Unfortunately, the file was backed up overnight, so the previous version is not available.

    I have read all of the references to this error being received when trying to compact and repair, but I can find no information on what to do when it shows up while trying to open a database.

    Can anyone help, please?

    Thanks,
    Bruce
  • owuraku
    New Member
    • Jul 2008
    • 33

    #2
    Maaannn...you'r e in luck. I ran into this problem just this morning and the funny thing is it took just 2 minutes to rectify it.

    *Solution 1
    Hold down the "shift" and click to open your database.
    On the Tools menu, click Options.
    On the View tab, select the System objects check box and then click OK.
    In the Database window, click Tables in the left pane.
    In the right pane, select and then delete TempMSysAccessO bjects table.

    *I used solution 1 to solve my issue under 2 minutes. If Solution 1 doesnt work, try solution 2.

    Solution 2
    Create a new database. Name the new database Database_2.
    Make sure that the view for System objects is not selected. To do this, follow these steps:
    a. In the Database window on the Tools menu, click Options.
    b. On the View tab in the Options dialog box, clear System objects and then click OK.
    On the File menu, point to Get External Data and then click Import.
    In the Import dialog box, select Database_1 database and then click Import.
    In the Import Objects dialog box, click Options.
    In the Import Objects dialog box, click Select All.
    Under the Import section, select both the Menus and Toolbars check box and the Import/Export Specs check box.
    In the Import Objects dialog box, select each tab and then repeat step 7 for each of the tabs.
    In the Import Objects dialog box, click OK.
    In the Database window on the Tools menu, click Database Utilities and then click Compact and Repair Database.
    *Note Make sure that all objects from Database_1 database are imported to Database_2 database.
    Quit Access.
    Rename Database_1 database to Database_1_Back up.
    Rename Database_2 to Database_1.

    Source: http://support.microsoft.com/kb/818099
    Last edited by zmbd; Sep 26 '12, 10:44 AM. Reason: Please DO NOT use Code formating for non-code information. Placed URL tags

    Comment

    Working...