Good Morning,
I've created a command button on my main screen to make it easy for users to synch. But it isn't working correctly. I get a message saying that it can't sync because "one or more objects are open". I'm using the following code:
Private Sub Command10_Click()
RunCommand acCmdSynchronizeNow
End Sub
Suggestions?
Thanks!
JAM
I've created a command button on my main screen to make it easy for users to synch. But it isn't working correctly. I get a message saying that it can't sync because "one or more objects are open". I'm using the following code:
Private Sub Command10_Click()
RunCommand acCmdSynchronizeNow
End Sub
Suggestions?
Thanks!
JAM