Access Database with Linked Table to SharePoint (1 Viewer)

sandanet

Registered User.
Local time
Today, 08:31
Joined
Oct 14, 2017
Messages
40
Hi all,

I have an MS-Access database where one of the tables is linked to SharePoint. This MS-Access database is always opened on a public computer and I use another computer to insert data to the SharePoint.

Any updates to the SharePoint data is suppose to be automatically updated to the MS-Access linked table (and vise versa) even when Access database is still opened, ain't it?

When a change is made to the data in Access, the change shows up right away in SharePoint. But if the change is done from SharePoint, I have to re-open Access to see the changes and get last updates.

Is there any code can by used in Access that will make the updates happen automatically?

111.png
 
Last edited:

theDBguy

I’m here to help
Staff member
Local time
Today, 08:31
Joined
Oct 29, 2018
Messages
21,467
You could try:

DoCmd.RunCommand acCmdRefreshSharePointList
 

sandanet

Registered User.
Local time
Today, 08:31
Joined
Oct 14, 2017
Messages
40
Let us know how it goes...
Unfortunately, the data is not updated immediately but rather takes a long period of time

I found the same problem posed here


So I'm ganna use both of mentioned codes
 

Users who are viewing this thread

Top Bottom