Multiple users

  • Thread starter Thread starter Rodrigo Borges
  • Start date Start date
R

Rodrigo Borges

Is it possible to put the mdb file on a shared folder and allow some users
to edit it? Does Access work with that?

I really need it, even for read only....

tks
 
Yes, Access is multi-user right out of the box.

The preferred method for sharing, though, is to split the application into a
front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relationships). Only the
back-end should be put on the server. Each user should have his/her own copy
of the front-end, ideally on his/her hard drive.
 
and how can I do this split? I have already a single file will all objects
(tables, relationship, queries, 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