"Nick" <nickmirro@spamarrest.com> wrote in
news:upqC8eMvGHA.4872@TK2MSFTNGP02.phx.gbl:
Perhaps the relationships are circular and cannot be resolved by Jet
replication?
I try to avoid circular relationships in replicated apps when they
can flow in both directions. That is, if you must have a circular
relationship, make sure the actual order of data entry always goes
in the same direction around the circle.
However, upon going back to your statement of the problem, I think
the cause is something else entirely. You wrote a couple of posts
back:
Have you deleted and recreated the table links in your front end? If
not, that could be a very likely cause of the crash on the
particular form. Linked tables in A2K and above cache a whole lot of
information in them that is not updated by merely altering the
connect string, or by replacing the back end that they were created
for with a completely new one. It could be that there is cached
metadata about the back end that has been invalidated in the process
of recreating the replica.
This seems to me like a much likelier cause of this kind of error
than complex relationships (though the metadata may be in some way
related to the RI issues).
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
|