Table 'TempMSysAccessObjects'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Upon closing DB, get error msg: Table 'TempMSysAccessObjects' already exists. How do I get rid of this message?
 
Lynn said:
Upon closing DB, get error msg: Table 'TempMSysAccessObjects' already
exists. How do I get rid of this message?

Build a new, empty database and import all the objects into it. Then reset
whichever references you need and recompile the database. It's a sure-fire
way to get rid of any tiny corruptions that exist in your database.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top