Microsoft Access Help

  • Thread starter Thread starter Mezz
  • Start date Start date
M

Mezz

Hello,

I have created a database file on microsoft access and i want to be able to
have multiple users adding data to it at the same time how do i do this.

Thank you
 
Split your application into a front-end (containing the queries, forms,
reports, macros and modules) and a back-end (containing the tables and
relations). Tony Toews has details about this at
http://www.granite.ab.ca/access/splitapp/index.htm

Only the back-end should be on the server: each user should have his/her own
copy of the front-end, ideally on his/her hard drive.

Make sure each user has a minimum of Read/Write access to the folder where
the back-end database is located. (It's usual to give them Delete access to
that folder as well)
 

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