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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top