Muliple users in MS Access

B

Bob

Is it possible for multiple users to open/modify a MS
Access database at the same time?

Thanx in advance!!!
 
P

Pat Garard

Yes!
--
Regards,
Pat Garard
Australia

Anne & Pat Garard.
apgarardATbigpondDOTnetDOTau
_______________________________________________
 
J

John Vinson

Is it possible for multiple users to open/modify a MS
Access database at the same time?

Yes; it's multiuser out of the box, no special code needed.

Of course if two users attempt to edit the same record at the same
time they'll conflict. More annoyingly, in A2000 and later, if two
users attempt to change the *design* of any object with VBA code - a
Form, Report or Module for example - they'll clash. But multiple users
can *use* existing forms or reports.
 
Top