I have the following code for synchronising the current db
Dim repMaster As New JRO.Replica
repMaster.ActiveConnection = CurrentProject.Connection
repMaster.Synchronize "G:\E&S\Energy\em\EM.mdb", jrSyncTypeImpExp, jrSyncModeDirect
What I need to know is how do I specify the Replication master as not being the ActiveConnection
All help appreciated
Thanks
Geoff
Dim repMaster As New JRO.Replica
repMaster.ActiveConnection = CurrentProject.Connection
repMaster.Synchronize "G:\E&S\Energy\em\EM.mdb", jrSyncTypeImpExp, jrSyncModeDirect
What I need to know is how do I specify the Replication master as not being the ActiveConnection
All help appreciated
Thanks
Geoff