Multiple Access Users In one database

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

Guest

Hi, Everyone

I have a database that i have created for our collections team. Currently I
am the only one using the database, but i know if someone else tries to get
on the to database a message will appear stating that another user has access
to this database. The collections team has 4 team members and myself so there
will be 5 users accessing the database, how would i go about setting up the
database so that multiple users can use the database.

Thanks
Sheria
 
Hi,

Sound like you are opening the database exclusively.

Check 'Tools', 'Options', 'Advanced' tab, 'Default open mode', change this
to 'Shared'.

Regards,

Chris.
 
First thing you should do is split the database 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 on
the server: each user should have his/her own copy of the front-end,
preferably on their hard drive.

Each user needs to have Read, Write, Delete and eXecute permissions on the
folder where the MDB file exists. This is because the first user to connect
to the database causes a locking file (.LDB) to be created in the same
folder as the .MDB file, subsequent users connecting update that file, and
the last user to disconnect from it causes the .LDB file to be deleted.
 
Thank you, I will give it a try

Chris Marlow said:
Hi,

Sound like you are opening the database exclusively.

Check 'Tools', 'Options', 'Advanced' tab, 'Default open mode', change this
to 'Shared'.

Regards,

Chris.
 
Thank you for your help,
If the database is split can changes still be made to the database.
 

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