Hi, Arvin.
That really varies with the design of the database.
Agreed. There are a number of variables to consider, including the
complexity of the database design, the rate of database transactions, the
speed and load on the network, and the skills of the database developer. An
expert database developer can build a database application that serves 60
concurrent users comfortably, while a novice database developer can be given
the same network environment and system requirements, but build a database
application where one user is too many.
For the average database developer with common database applications -- I
can't really say that there's an average database application, because
database needs vary greatly from organization to organization -- 60
concurrent users in a 70 - 90 MB database is optimistic, but not out of the
question. The more "read-only" users that open the database, the more
concurrent users the database application can handle comfortably. The rate
of record inserts, updates and deletes that require record locks will
certainly cut down on the optimum number of users that can comfortably use a
given database application.
In general, someone who needs to ask, "How many concurrent users can log
into an Access database?" can expect to accommodate from five to 30 users
comfortably.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)