Hi, Michael.
if
replication isn't used that often what method do Access users use in
multi-user environments?
To avoid problems in a multiuser environment, the database should be split
into a front end and back end. The back end should reside on the network
shared directory and contain the tables and relationships. A copy of the
front end, which contains all other database objects and links to these
tables, should be placed on each user's workstation, so that they can all
share the data. For more information on splitting databases, please see the
following Web page:
http://www.Access.QBuilt.com/html/gem_tips.html#SplitDB
What about offline situations?
Replication can be used in offline environments, but we don't recommend
using Access replication for this. Perhaps another replicable RDBMS is
available to you? Access can be used as a front end to link to the tables
in another RDBMS that controls the replication.
Is replication the
only way to go?
No. It depends upon the needs of the organization and how the members of
the organization want to utilize and store the data. Most organizations do
not use replication. However, some organizations just don't have the
flexibility to use anything but replication to sync the data from disjointed
facilities.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)