Multiple users entering data

A

Annetta

I would like to build an Access database for multiple users to enter and
retrieve data. The database will be on a shared drive, but does Access
support multiple users possibly entering data at the same time? I’ve built
one for a smaller group (2-3 people), but there will be 20+ people using this
database.
 
J

John W. Vinson

I would like to build an Access database for multiple users to enter and
retrieve data. The database will be on a shared drive, but does Access
support multiple users possibly entering data at the same time? I’ve built
one for a smaller group (2-3 people), but there will be 20+ people using this
database.

You're nominally limited to 255 concurrent users; in practice I'd be
uncomfortable with more than 50 or so concurrently updating users.

You should, however, split your database into a shared "backend" containing
the tables, and give each user a "frontend" containing your forms, queries,
reports, etc., each linked to the backend. Use Tools... Utilities... Database
Splitter Wizard to do this, and/or see
http://www.granite.ab.ca/access/splitapp.htm

for a discussion.
 

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