So I have a SharePoint List and an Access DB... I'm trying to create a one way link from SharePoint to my DB so my SharePoint will update the DB but not the other way around... The purpose of the database is for reporting only. In Access there's only 2 options:
(1) To import the data into a new table - the problem is that this is a one time import and does not refresh so will not see changes that take place in SharePoint
(2) To create a linked table in Access - the problem is that this is a two way link so any changes in access will feed to SharePoint (don't want this to happen).
How do I get around this?? Thanks!!!
(1) To import the data into a new table - the problem is that this is a one time import and does not refresh so will not see changes that take place in SharePoint
(2) To create a linked table in Access - the problem is that this is a two way link so any changes in access will feed to SharePoint (don't want this to happen).
How do I get around this?? Thanks!!!
Comment