Run microsoft windows synchronizer!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there any way to run the Microsoft windows synchronizer in MS Access with
vba code?

Best regards,

Pat
 
Hi,
Is there any way to run the Microsoft windows synchronizer in MS
Access with vba code?

call Shell(Environ("SystemRoot") & "\system32\mobsync.exe",vbNormalFocus)

Acki
 
Hi Jörg,

Thanks for your tips. How can i let the Microsoft Window synchronizer to run
automatisch.

Best regards,

Pat
 

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

Back
Top