Amin said:
if i create a database for a company how can
it be asseed by many users in the company.
I'm not sure what you are asking. If you mean, "Do I have to do anything
special to allow multiple users to access the database?" The answer is, "No,
Access is multi-user enabled out of the box."
That said, this is only going to work with "standard Access" on a LAN,
preferrably 100 MBPS or faster. And, it is going to work better if you split
the tables into a back-end database on the server and give each user a
front-end database with the user interface, linked to that back end.
Others have suggested the number of users it can support.
If you want to use it over a WAN, or over the Internet, those are different
situations. If you go with a client-server arrangement with Access and the
client, and MS SQL Server or other ODBC-compliant database as the back end,
then there is no practical limit on number of users... it will depend on the
number of concurrent connections your server and server DB will support.
Larry Linson
Microsoft Office Access MVP