tempmsysaccessobjects

  • Thread starter Thread starter Chris B
  • Start date Start date
C

Chris B

When I try to compact my db I get an error that says my
table tempmsysaccessobjects already excists.

How do I fix this?

Chris
 
Chris B said:
When I try to compact my db I get an error that says my
table tempmsysaccessobjects already excists.

How do I fix this?

Chris

I'd suggest creating a new, empty database and using File... Get External Data... Import to import everything from your database. It appears that a compaction didn't run to completion and your database may be corrupted!

If you have any objects with VBA code, type Ctrl-G to open the VBA editor, and select Debug... Compile <my database> immediately after the import to prevent the dreaded "Network Connection May Have Been Lost" bogus error.
 
Back
Top