Jump to content

Recommended Posts

Posted

How do i enable my access database to have multi users being able to use it at the same time without it being locked.

 

As I have a database that a few people might be updating at the same time.

Posted

I think you just need to add in account support by going to Tools -> Security -> User level security wizard

 

Users wont be able to modify the same value at the same time but it should allow multiple access.

Posted

Split the database to have a seperate data file and a front end. Multiple users can access the database at the same time.

 

Tools>database utilities>Database splitter.

Posted

You should only not be able to get in if another user has the database open in exclusive mode (for changing forms, etc). In normal operation, access performs row-level locking, ie locks the actual row that you're changing, so that another user doesn't change the same data. Other rows and datasets are open to other users, regardless of user security levels, split databases, etc. That's the whole point of Jet.

 

Exclusive mode is an option in the Open dialog. Normally it's non-exclusive.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...