supportguy21
Technical User
I have created a support log database that is stored on our company's network drive so it can be accessed by several (designated) users.
The following error message now appears when the database is closed:
"Table 'TempMSysAccessObjects' already exists"
When I click the HELP button, I receive the following message:
********************************************
Table <name> already exists. (Error 3010)
You tried to create or rename a table with a name that already exists in this database. Choose another name, and then try the operation again.
In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to roll back the deletion of your table. To restore your table, the other user must first delete or rename the new table before you try the rollback operation again.
*********************************************
I have also noticed a new table has been created called "MSysCompactError". I have tried to delete this table but I still get an error.
My questions:
1. What caused this error?
2. How can I fix it?
Regards, SG
The following error message now appears when the database is closed:
"Table 'TempMSysAccessObjects' already exists"
When I click the HELP button, I receive the following message:
********************************************
Table <name> already exists. (Error 3010)
You tried to create or rename a table with a name that already exists in this database. Choose another name, and then try the operation again.
In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to roll back the deletion of your table. To restore your table, the other user must first delete or rename the new table before you try the rollback operation again.
*********************************************
I have also noticed a new table has been created called "MSysCompactError". I have tried to delete this table but I still get an error.
My questions:
1. What caused this error?
2. How can I fix it?
Regards, SG