Forum Discussion
Mary_Cedo
Jul 19, 2023Copper Contributor
Microsoft Access Database 365
Is it possible to run the database allowing multiple users to work simultaneously. We have an older version of Access which is server generated and would like to continue using this program in this ...
tanayprasad
Jul 20, 2023Brass Contributor
Given that you mentioned using Access 2010 on a desktop, here are some instructions for configuring multi-user access:
NOTE- Before proceeding with any changes, make sure to have a backup of your database to avoid any potential data loss.
- The first step is to split the Access database into a front-end and a back-end.
- The back-end (the tables) need to be stored in a network location that is accessible to all users. For instance, this might be a shared folder on a file server.
- Each user should have their own copy of the front-end, which they open on their local computer and contains forms, queries, etc. The front-end will link to the shared back-end's tables.
- Multi-user access is turned on by default in Access 2010. But, to prevent conflicts when multiple users are simultaneously updating the same record, it is crucial to set the "Default Record Locking" to "Edited record".
- Your application must be built to handle concurrency conflicts that may occur when multiple users attempt to update the same record at the same time.
- Make sure no one is changing the database's structure (tables, queries, etc.) while it is being used by others.
I hope these points will help you. 🙂
Best Regards.