Automatically converting database to Read-only

K

Kpos

I have a database that is split with multiple other databases feeding off of
it. I have been experiencing a problem with this main database automatically
converting to read-only. What are the possible issues and are there any
resolutions?
 
A

Albert D. Kallal

This can happen if users don't have FULL permissions to the folder where the
back end placed. ms-access has to creating locking files in the shared
folder to manage multi-user mode. If ms-access can create, and delete these
temp files, then it opens in read only. So, make sure all users have full
permissions to the back end folder..and this means file deletion
rights...and creating rights...
 
Top