Max Users Access 2007

D

Dweeberella

Regarding the Microsoft Access 2007 template program for Contact Management --

Do you think 30 users could easily use the Contact Management application at
the same time with Access 2007 Runtime?
 
T

Tony Toews [MVP]

Dweeberella said:
Regarding the Microsoft Access 2007 template program for Contact Management --

Do you think 30 users could easily use the Contact Management application at
the same time with Access 2007 Runtime?

Thirty users is reasonable with Access so long as the network is
stable and you're on a LAN. If a WAN it'd better be very fast as in
100 Mpbs.

You want to split the MDB into a Front End MDB containing the queries,
forms, reports, macros and modules with just the tables and
relationships in the Back End MDB. The FE is copied to each network
users computer. The FE MDB is linked to the tables in the back end
MDB which resides on a server. You make updates to the FE MDB and
distribute them to the users, likely as an MDE.

See the "Splitting your app into a front end and back end Tips" page
at http://www.granite.ab.ca/access/splitapp/ for more info. See the
Auto FE Updater downloads page
http://www.granite.ab.ca/access/autofe.htm to make this relatively
painless.. The utility also supports Terminal Server/Citrix quite
nicely.

Tony
 
D

Dweeberella

Thank you for your feedback, Tony.

Do you think 30 users is still reasonable if I upsize the back end to SQL
Server Express 2008?
 
T

Tony Toews [MVP]

Dweeberella said:
Do you think 30 users is still reasonable if I upsize the back end to SQL
Server Express 2008?

You could have a thousand users on SQL Server.

Tony
 
A

AccessVandal via AccessMonster.com

err.....If you already have SQL Server, you don't need SQL Server Express.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top