erick-flores <erickjflores[ at ]gmail.com> wrote in news:1182800105.739447.119530[ at ]n60g2000hse.googlegroups.com:
[Quoted Text] > Is it possible to automatically resolve conflicts, using vba or > something? I do not want the user to click on the resolve conflict > GUI. Is this possible?
Conflicts are already resolved. That is when you get notification of conflicts, an edit has already won the conflict. If you want to accept the default conflict resolution, then all you have to do is delete the conflict tables.
However, it would be wise to check for the type of conflict. If it's actually an error rather than an edit conflict, then you probably wouldn't want to delete it, as errors are not resolved at all -- errors are an indication that the data in your replicas has diverged and is no longer identical.
-- David W. Fenton http://www.dfenton.com/ usenet at dfenton dot com http://www.dfenton.com/DFA/
|