Allowing multiple users in Access 2007

P

Paularb

How do I allow multiple users to access and save information into an Access
2007 database at the same time?
 
T

Tony Toews [MVP]

Paularb said:
How do I allow multiple users to access and save information into an Access
2007 database at the same time?

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
free Auto FE Updater utility at http://www.autofeupdater.com/ to make
the distribution of new FEs relatively painless.. The utility also
supports Terminal Server/Citrix quite nicely.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 
L

Larry Linson

Access is multi-user enabled right out of the box. It is best to split the
front end (user interface, queries, forms, reports, macros, and modules)
from the back end (tables and relationships) and link to the backend tables.
If you are careful not to handle user customization by putting tables in the
front end, when it comes time for an update that doesn't require
restructuring the database (and most do not), you can just have each user
download a new copy of the updated front end, go through linking the tables,
and you're "good to go". Three sites with good multiuser information are
those of MVPs Tony Toews, Allend Browne, and former-MVP Jeff Conrad -- all
are listed, with links, on the first page of my Access user group site
http://sp.ntpcug.org/accesssig/.

You can use a split Access with Jet .MDB or ACE .ACCDB, you can link other
database's tables (e.g, dBase or FoxPro .DBF files), and you can use Access
as the client application to most server databases that are ODBC-compliant
or have an OLEDB data provider. These are some of Access strongest points.

Larry Linson
Microsoft Office Access MVP
 

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