Sharing access to an Access Database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

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

Back
Top