NauticalGent
Ignore List Poster Boy
- Local time
- Today, 01:47
- Joined
- Apr 27, 2015
- Messages
- 6,754
Using code I found here, I have used the following code to Link a SharePoint View in Access:
This code has worked for me the past when I was using AC2010 (unsure which version of SP I was using). I am currently using Access Microsoft 365 MSO (Version 2202 Build 16.0.14931.20128) 64-bit and SharePoint Online and the code above does not work.
By does not work, I mean the code executes with no errors but it does not link the view.
Any ideas?
I cross posted this on StackOverflow as well: https://stackoverflow.com/questions/71766818/linking-a-sharepoint-view-in-ms-access
Code:
DoCmd.TransferSharePointList acLinkSharePointList, "http:\serversite", _
"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}", _ 'Sharepoint List GUID
"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}", _ 'SharePoint View GUID
"tblMyList", True
This code has worked for me the past when I was using AC2010 (unsure which version of SP I was using). I am currently using Access Microsoft 365 MSO (Version 2202 Build 16.0.14931.20128) 64-bit and SharePoint Online and the code above does not work.
By does not work, I mean the code executes with no errors but it does not link the view.
Any ideas?
I cross posted this on StackOverflow as well: https://stackoverflow.com/questions/71766818/linking-a-sharepoint-view-in-ms-access