database accessibility question

L

Lani

Is there a way for ACCESS to allow multiple users to
enter data on the network database simultaneously? In my
experience, none of the Microsoft Office applications
allow multiple "write" access.

Is there an easy alternative?

Thanks for your help.
 
D

Douglas J. Steele

Access allows it without any changes. However, the recommended approach is
to split your application into front-end (containing the queries, forms,
reports, macros and modules) and a back-end (containing just the tables).
The back-end goes on the server, and each user has his/her own copy of the
front-end, preferably on their hard drive.

Tony Toews has information about this at
http://www.granite.ab.ca/access/splitapp/index.htm
 

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

Top