Re: Replication problem
- From: "David W. Fenton" <dXXXfenton@xxxxxxxxxxxxxxxx>
- Date: Fri, 07 Oct 2005 15:22:50 -0500
"Neil L via AccessMonster.com" <u12202@uwe> wrote in
557a9f2902115@uwe:">news:557a9f2902115@uwe:
> David W. Fenton wrote:
>>> The copy is the design master but it crashes when i try to open
>>> it, the replica works fine but when i changed it to the design
>>[quoted text clipped - 6 lines]
>>> crashes and gives you the menu saying access has encounted a
>>> problem etc
>>
>>Do you have forms and reports in your replicated database? If so,
>>that's likely the problem. Replication really works only for
>>tables and queries -- replicating anything else is a crapshoot
>>that often ends up corrupted and unusable.
>
> is there any other way of sharing a database with forms reports
> etc which wont crash the database
First off, there is one basic thing about *all* Access applications
that for some reason many people never seem to realize:
The application should be split into two parts:
1. an MDB with just the data tables. One copy of this is on your
server and shared by everyone. This is called the BACK END.
2. an MDB with the forms, reports, macros and modules that is linked
to the tables in the data MDB. All users should have their own
copies, so that no front end is opened by more than one user at a
time. This is called the FRONT END.
Since there's no data in the front end, to give a user a new one, it
just has to be copied to their computer, over to of the old one.
This can be done manually in Windows Explorer, by executing a batch
file, or by using a utility like the one created by Tony Toews for
automatically distributing front end updates (see
http://www.granite.ab.ca/access/autofe.htm).
I've used all three methods in different circumstances and it's no
big deal at all.
--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
.
- References:
- Re: Replication problem
- From: David W. Fenton
- Re: Replication problem
- From: Neil L via AccessMonster.com
- Re: Replication problem
- Prev by Date: Re: Internet replication
- Next by Date: Tips On Security & Replication
- Previous by thread: Re: Replication problem
- Next by thread: Re: Solving conflicts
- Index(es):
Relevant Pages
|