shared access

M

mdrummer

What is the best strategy to set up a shared database for
50 users who input data and one administrator who prints
resulting reports?
 
T

tina

backend db (all the data tables) on a server in a shared
folder. frontend db (queries, forms, macros, modules,
reports) on each user's hard drive. do NOT put one
frontend on a server for multiple users.
however....how many people do you expect to be using the
db at the same time? all 50? access won't accept that many
users connecting to the backend db at once. there are ways
around that issue, but difficult for the inexperienced
developer to set up, and depends on your users' specific
needs.
 

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