On Sun, 16 Apr 2006 12:34:01 -0700, Robert Donnelly <Robert
I am placing a database I created on a Virtual Drive at my place of business.
How many people can safely sign onto an Access Database at the same time?
Nominally 255, according to the specifications. In practice, 30 to 40
simultaneous updating users (or well over a hundred read-only) works
satisfactorily, depending on the design and proper implementation of
the database.
HOWEVER... I'd VERY strongly recommend using the Database Splitter
Wizard to split the database into a "backend" containing the tables,
and a frontend containing the user interface. Each user should have
their own copy of the frontend, all linked to the shared backend.
See
http://www.granite.ab.ca/access/splitapp/index.htm for details
about splitting.
John W. Vinson[MVP]