PDA

View Full Version : Synchronize with sharepoint (in VBA)



WillemdeNie
03-10-2010, 02:00 PM
I'm running an application ACCESS 2007 from which the data is on a sharepoint. In the full version of ACCESS you can work off-line and later synchronize the data.
This works by pushing a button in ACCESS.

In the runtime version this button is not available so I want to make my own button with VBA behind it.

So I'm searching for VBA which puts the database off line and vba to synchronize it.

Help will be appreciated very much.