Access database concurrently?

T

Troper

My problem is:

I have a shared database so multiple users can access it. All users can
connect to the shared folder and all users can open the database inside the
folder but can not open the database concurrently. If a user tries to open
the database the .lbd file is created and everything works fine but when
another try to open the database, if someone else already has the database
open, absolutely nothing happens. You can double-click as much as you want,
and the file won't open.


Any help here?
 
J

Joan Wild

You really need to split the database. Put just the backend (contains
tables/relationships) on the server. Give each user a copy of the frontend
(all other objects and links to the tables in the backend) on their PC.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top