I am linking in multiple tables from SharePoint into an access database, I have no control or access to the back-end SharePoint tables. My issue is that in SharePoint there is a field that is a memo? Or super long text, and append value is set to true, so that you see historical data "stacked" on top of each other.
Now my issue is that when I link the table into Access I get the most-recent entry from the SharePoint field only. Not ALL data. Is there A way I can get ALL data from the SharePoint field returned to Access?
For example, SharePoint might show...
userComments = "06/30/2019 - App was buggy tonight."
"06/20/2019 - App was running normal"
"06/18/2019 - App was down for 2 hours"
And when linked into Access all I get is
06/30/2019 - App was buggy tonight.
I need a way for all of the data to be brought into access
Now my issue is that when I link the table into Access I get the most-recent entry from the SharePoint field only. Not ALL data. Is there A way I can get ALL data from the SharePoint field returned to Access?
For example, SharePoint might show...
userComments = "06/30/2019 - App was buggy tonight."
"06/20/2019 - App was running normal"
"06/18/2019 - App was down for 2 hours"
And when linked into Access all I get is
06/30/2019 - App was buggy tonight.
I need a way for all of the data to be brought into access
