The main reason for this is when the database is open somewhere else.
This may be as many others have said:
- doesn't close properly somewhere
- already open somewhere
When I had the same problem, albeit in different versions, I started looking for the cause.
In my case, I had an excel file that was querying data from a database.
If the excel file is opened in front of the database, access will provide this error.
Output:
Check all files / connections associated with the database. An open ODBC connection or a query used in excel (in my case) opens the mdb file and makes it read-only.
davejal
source share