We have many SharePoint sites that our users update, and import the tables into Access 2007.
We only want to add the new data each week.
How can we upload the new data without overwriting the existing data in the Access tables?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The simplest approach would be to link to the SharePoint lists instead of importing them into Access. Using links, all the data would remain in SharePoint, but be accessible to your Access application, so you needn’t bother with synchronizing copies of the data in Access.
If that solution isn’t feasible for your situation, you could still create links to the SharePoint lists and use them for what the Access UI calls “append queries”.
So an append query could work if you can build a WHERE clause to distinguish which of the SharePoint data rows are “new”. That could well require a more complex SQL statement; I chose the example above because it is so simple.