First check Tools > Options > Advanced tab for Default Open Mode = shared, Default Record Locking = Edited Record and Open Databases Using Record Level Locking is checked in Access on all computers including the sever.
Then check the security settings and share settings.
For databases on network computers, go to the level that is shared. Usually that is an entire drive. Right click on it and select "Sharing and Security". Make sure "Share this folder" is selected and there is a share name that does not have a dollar sign ($) behind it in the drop down box. (The dollar sign share is a default share for administrator only.) If there is not one, add it. Select a share without a dollar sign. Select permissions. Make sure the users that will be using the DB have change and read permissions.
Then right click on the folder(s) that contain the database(s) and select "Sharing and Security". Select security. Make sure the users have read, write, modify, and read & execute permissions. Select advanced. Edit the users that will access the databases. Make sure they have create files and delete permissions.
Then right click on the the database(s) and select "Sharing and Security". Select security. Make sure the users have read, write, modify, and read & execute permissions.
All databases are heavy network users. Running a multi user Access database, all workstations should be running the XP or Vista pro version. If you have less than about five workstations, you might get away with the backend being on a system running pro but more than that or with a complicated database, you need a domain and the server running a server OS. Get up to a dozen heavy users or a couple of dozen light users and the server should be a true server and be dedicated to only serving the one database.
Main Topics
Browse All Topics





by: BillDenverPosted on 2009-10-22 at 05:34:01ID: 25633316
Users need to be able to Read, Write AND Delete on both folders local (where the front end is stored) and shared (where the back end is stored). This is required for the ldb file that is created/written to and deleted as users opena nd close the application.