MNS said:
Can anyone tell me how i automate a scheduled update of a Sharepoint list
from an Access Database source?
You might expand on what you mean by "automate".
If you have a accDB with simple linked tables to SharePoint then any code or
sql updates you "run" in your application will update the tables in
SharePoint.
I don't really think there is a difference of issue if your access
application is connected to a back end accDB file or connected to sql
server, or connected to SharePoint.
You can simply schedule to have your application launch, and run some code
of your choice by using the windows task scheduler. I explain how to do this
here:
http://www.members.shaw.ca/AlbertKallal//BatchJobs/Index.html