Small business with multiple (2or 3) users

J

Jerry Sigler

I am setting up an Access 2000 data base for a small
business office and and need to know if there are special
setup considerations before I deploy the system. Where
can I go for the information? Are there license
issues...everyone has their own office suite licenses now
but the data base will be located on a single server.
 
C

Cheryl Fischer

Hello Jerry,

If your database application contains only Access code and objects and does
not use any third-party controls or add-ins, you should have no licensing
issues at all.

Generally, the steps to set up an Access database application for use by
multiple users are as follows:

1. If you have not already done so, split the application into a Front-End
and a Back-End. The Front-End (FE) will contain all Queries, Forms,
Reports, Modules, Macros and local-use tables. The Back-End (BE) will
contain all tables to be shared among users. Running an Access database
application from a one-file "monolithic" database located on the server will
result in slow performance and possibly frequent corruption.

2. The BE will reside in a folder on your server, where full permissions
for each user will be granted (Read, Write, Create, Delete, Execute).

3. In the FE, Link to the tables in the BE. To avoid problems with
changing drive mappings, link to the BE tables using the full UNC, starting
with My Network Places and drilling down through folders until the actual
database name of the BE is found.

4. An individual copy of each FE will reside on each user's computer. For
ease of distributing updates to FEs, see:
http://www.granite.ab.ca/access/autofe.htm which describes an AutoUpdater
for front-ends, developed by Access MVP Tony Toews.

5. Additionally, a copy of the most current FE in use by users should be
kept on the server. You will do your maintenance/update programming on your
own copy of the FE on your own computer. When updates are ready to be
distributed, you'll copy your modified FE to replace the one on the server.

Those are pretty much the high points. You will find additional information
at: http://www.granite.ab.ca/accsmstr.htm
 

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