You mean your ISP does not deliver the
microsoft.public.access.replication newsgroup from
msnews.microsoft.com server?
He's posting under a discussions.microsoft.com email address, which
suggest to me that he's accessing the MS newsgroups through MS's own
server, which means the replication newsgroup ought to be
accessible.
Anyhow, as far as I remember, it was not wise to propagate design
changes through replication.
Not only is it not wise, it is fatal -- it will eventually corrupt
and cause you to entirely lose the Access project.
Replication is a *Jet* technology. The objects in a front end
(forms/reports/etc.) are *Access* objects, about which Jet knows
nothing, and Jet replication doesn't handle them well in the long
term.
Queries are pure Jet objects, too, and they can be replicated
without issue. But queries belong in the front end, so it's unlikely
you'll have very many replicated queries.
but modifying the schema was not
without problem. I don't remember exactly to what correspond the
error 3452, but the sounds of it seems to indicate you try to do
something that is not really supported, even if you succeed in
doing it by another way. Sorry, I am not really expert in
replication.
It's simply an indication that he can't make design changes at a
replica. But he shouldn't be *using* a replica in the first place.