Multi-User Database Access

DBFIN

Registered User.
Local time
Today, 15:07
Joined
May 10, 2007
Messages
205
I created a database for multiple users, it seems only one user can be in database at a time. Is there a property that allows multiple users to simultaneously use database. My record locks property is no. Is there some other property that needs to be set ??
 
Have you split the db. This is a "Must Do" for multiple users
 
Last edited:
What is the error message you get when you try to open the database as a second user?

I have seen this happen if user 1 is in exclusive access, or if user 1 is/has edited anything sense last close.
 
I am not familiar with how to split database. Can you advise ?
 
There is a wizard to do the splitting. It will create one Back end db and one Front end db.
The Back end is used to hold the tables only. Everything else (Forms, Queries, Reports etc) is in the front end. Each user should be given a copy of the front end. Each front end should then be linked to the tables in the back end.
 
Thanks Gina. I was just about to search for a few links on the subject:)
 

Users who are viewing this thread

Back
Top Bottom