how to .mbd able to accept mupltiple users and concurrent changes

  • Thread starter Thread starter Michelle
  • Start date Start date
M

Michelle

I created an Access database but i need to be able to have multiple peeps
getting into it at the same time and adding tasks. How do I set it up that
way. Right now the only way that anyone else can do it is if i exit out of
it and then they can get into it on their computer.
 
What permissions do you and all of the users have on the folder where the
database exists? You all need at least Read and Write on the folder (and
should probably have Delete as well).

As well, make sure your application is split into a front-end (containing
the queries, forms, reports, macros and modules), linked to back-end
(containing the tables and relationships). Only the back-end should be on
the server. Each user should have his/her own copy of the front-end,
preferably on his/her hard drive.
 
Back
Top