Run microsoft windows synchronizer!

P

Pat

Hi,

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

Best regards,

Pat
 
J

Jörg Ackermann

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
 
P

Pat

Hi Jörg,

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

Best regards,

Pat
 
Top