I have a client who is using remote desktop for workers from three different sites to all access the same database. There will ultimately be about 5-8 users of this database. We did a test setup for me where a shortcut for the the front end of the database is in C:Documents and SettingsAll UsersStart MenuProgramsStartupABC Applications where ABC is the name of the agency.
The front end itself resides at C:ABC DatabaseABC_FE.mdb
The backend is on a network drive that is mapped to W:ABC DataABC_BE.mdb
If I log on with my own identity, support1, I have absolutely no trouble with the database. Other users were getting the following error messages:
1) The typical security/unsafe macro warning. – I have solved this by lowering the security setting to low. Something in the back of my mind tells me there is a better way to do this.
2) “ABC_FE.mdb is Read Only”. I checked into folder permissions and it seems the users didn’t have the same settings as me so I have asked the network admin to make sure both frontend and backend folders have full permissions for all users
3) “Database is open exclusively by another user” or “database locked” My guess is that this is happening because everyone’s shortcut is pointing to the same copy of the front end C:ABC DatabaseABC_FE.mdb
Could someone confirm this and give me a better idea of how this stuff should be set up? The network admin knows her stuff but is as green with Remote Desktop as I am. After our conversation and testing today, I’m quite certain that the problems are on her side, not the database itself. I know what to do over a LAN, I just haven’t got a clue with this stuff and neither does she.