Sharing access to an Access Database

O

Obeide115654

Hi,
I have a form in an Access database that I would like 4 or 5 people to be
able to access and update, how is it possible to do this so they can access
it at the same time?
Thanks
 
A

Arvin Meyer [MVP]

Split the database into 2 parts and put it on a server, linking the
front-end (code, forms, etc) to the back-end (data in tables) Make a copy of
the front-end for each user's workstation. No matter what anyone tells you
make sure the front-ends are on individual workstations or in individual
folders on a terminal server. It is entirely possible to corrupt your
database if multiple users are in the same forms, etc.
 
Top