Replication is really only intended for synchronizing *data* changes. It
doesn't handle significant form & report changes all that well. (It isn't
all that crazy about heavy changes to table structure either, if I remember
correctly, but that may have been just my experience).
In any case, you would still have a similar issue: your design master would
need to have been set up *before* it was distributed and data added by the
client.
HTH,

Signature
George Nicholson
Remove 'Junk' from return address.
> What’s wrong with using replication to create a Design Master?
>
[quoted text clipped - 10 lines]
>>
>> end quote ---
> What’s wrong with using replication to create a Design Master?
because the client already have a operational application deployed on site.
The user is looking for a way to send them a new updated appcation, but not
touch the data part. So, simply creating a new front end that will link to
the existing data file makes sense. The fact that the original appcation is
not split really don't matter, since you can send a new front end that will
link to their existing data file.
With replication, all kinds of new setup, and data files will have to be
created, and THEN placed on the clients computer, and further, to set that
up, either you have to travel to the clients location, or have the client
send you THEIR data while you setup replication. And, further, replication
assumes that you have some type of connection, which one may, or may not
have. Really, quite a complex process as compared to simply emailing a
client a new zipped mde file....
Further, as noted, replication is for replication of data, and trying to use
it for replication of software updates to an application is a disaster at
best, and at worst will not work for a mde file.....

Signature
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@msn.com
http://www.members.shaw.ca/AlbertKallal
Paul Richards - 14 Mar 2006 06:59 GMT
So the best bet is to create an Access project with separate data and
application parts as you suggest?
>>What’s wrong with using replication to create a Design Master?
>
[quoted text clipped - 16 lines]
> it for replication of software updates to an application is a disaster at
> best, and at worst will not work for a mde file.....
DrZilboorg - 14 Mar 2006 15:53 GMT
Best bet???
I'm just getting my arms around this stuff, but from what was presented, it's
the only bet if you aren't in the disaster recovery business.
I'll be splitting the DB I'm working on, and I don't plan on distributing it
anywhere. But I might be networking the business that I'm building it for at
some point in the future, and it makes sense to do it.
John Nurick - 14 Mar 2006 20:38 GMT
Doesn't have to be an ADP if that's what you had in mind; but yes, split
the data store and the front end.
>So the best bet is to create an Access project with separate data and
>application parts as you suggest?
[quoted text clipped - 19 lines]
>> it for replication of software updates to an application is a disaster at
>> best, and at worst will not work for a mde file.....
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.