Simultaneous user

O

ORJAN

Hi,
Is there a limit as to how many users that could
have access an Access database application at the
same time?
The application consists of one object database
(forms, reports code etc) and one database that
contains only the tables with some 50.000 items.
Best regards
 
R

Rick Brandt

ORJAN said:
Hi,
Is there a limit as to how many users that could
have access an Access database application at the
same time?
The application consists of one object database
(forms, reports code etc) and one database that
contains only the tables with some 50.000 items.
Best regards

The technical "hard" limit is 255. The actual practical limit depends on
the app, your network, and what the users are doing (reading versus
writing). Well designed mostly read apps can exceed 100 users. For
write-intensive apps 20-50 is more reasonable.
 
Top