Microsoft Access Help

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
 
D

Douglas J. Steele

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)
 
Top