Access database usage one at a time

C

Cheryl

I have a access database that I wanted only one usere at a
time to update the information. When another user opens
the database I would like for it to be READ ONLY format
 
N

Norman Yuan

You can have the *.mdb file is opened in "Exclusive" mode by default. Go to
menu "Tools->Options.." and select tab "Advance", in "Default open mode",
select "Exclusive" radio button.
 
M

monica

Cheryl said:
I have a access database that I wanted only one usere at a
time to update the information. When another user opens
the database I would like for it to be READ ONLY format
 
Top