How many users can access an Access Program?

I

iholder

I am designing a program that will require multiuser access on a network
server environment. Approximately about 5-10 users.

Are there any special programming requirement needed.
 
R

Rick B

Nope.

Just make sure to split your database and distribute the front-ends to the
various users. The abck-end should reside on your server.

10 or 20 users should run fine.

Rick B
 
I

iholder

Thank you for your reply.

Could you explain spliting the database in two front-end and back-end.

The program is being by about 5 call operators to log client calls on a
daily bassis.
 
J

Josh

Make sure you put your database (the *.MDB) file on the server and
install access on the clients located on your network. The server does
not need access
 
Top