I'm trying to simply import a table from 1 database to another. Both databases reside on my computer's local hard drive. There is no security workgroups attached to either database. The table that I'm trying to import has 80,000 lines (records). My problem is that the import times out and returns the following error message:
"The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
But I have exclusive use to both database because they are on my local drive. I am 100% positive I'm the only one with access to these databases. Also, the database that I'm trying to import from is closed.
I've tried several methods, I've tried linking to the table and making a local copy of it, I tried copying the structure only and then running an append query to get the data into the other database. Each method returns the exact same error.
Can anybody tell me why this is happening and what to do to fix the problem? Could the table be corrupted or is there too much data to perform this action?
"The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
But I have exclusive use to both database because they are on my local drive. I am 100% positive I'm the only one with access to these databases. Also, the database that I'm trying to import from is closed.
I've tried several methods, I've tried linking to the table and making a local copy of it, I tried copying the structure only and then running an append query to get the data into the other database. Each method returns the exact same error.
Can anybody tell me why this is happening and what to do to fix the problem? Could the table be corrupted or is there too much data to perform this action?