I am very rusty on my Access knowledge and I created a database that I want multiple users (about 10-12) to have access to simultaneously.
I stored it on my server and mapped the users to the .mdb with no problem.
One user is able to open it and update it, but when another user attempts to open it at the same time, it gives one of the following errors:
- the database is already in use
- you are prevented from opening or locking the file (can't remember it exactly)
* I have not specified any restrictions on opening or record locking
However, out of desperation, I tried saving the database as an MDE file and so far I have had success with 2 users accessing the database. So my questions is, was this the appropriate way to run a multiuser database? If not, any advice into the right direction will be appreciated.
I stored it on my server and mapped the users to the .mdb with no problem.
One user is able to open it and update it, but when another user attempts to open it at the same time, it gives one of the following errors:
- the database is already in use
- you are prevented from opening or locking the file (can't remember it exactly)
* I have not specified any restrictions on opening or record locking
However, out of desperation, I tried saving the database as an MDE file and so far I have had success with 2 users accessing the database. So my questions is, was this the appropriate way to run a multiuser database? If not, any advice into the right direction will be appreciated.