Starting synchronize dialog from VB

F

Frank

Is it possible to invoke Access synchronize function
through the Access Object Model? I want to get the dialog
that is reached through Tools, Replication, Synchronize
now.
There doesn't seem to be a Dialogs collection and the
DoCmd doesn't have an appropriate method.

Any help is much appreciated.


Regards,

Frank
 
T

TC

Frank said:
Is it possible to invoke Access synchronize function
through the Access Object Model? I want to get the dialog
that is reached through Tools, Replication, Synchronize
now.
There doesn't seem to be a Dialogs collection and the
DoCmd doesn't have an appropriate method.


Is there a RunCommand constant for it? (I don't know - but it's worth
checking.)

HTH
TC
 
Top