Sharepoint Table Refreshlink?

  • Thread starter Thread starter PatK
  • Start date Start date
P

PatK

I have two Sharepoint tables linked to my Access 2007 DB. I have found that
changes made to the tables on the sharepoint side do not always propagate to
the Access table, unless I "manually" refresh the link through the UI.

I am wondering if there is a way to programattically "refresh" the data from
the access side. I had thought it would do this upon opening the tables,
when I process, but alas, such is not the case.

So, to summarize:
- Tables already are link in access
- Link tables are sharepoint 2007 tables
- Data not appearing to refresh

How can I "refresh?"

Thanks!

Patk
 
On Wed, 20 Feb 2008 10:39:01 -0800, PatK

Have you tried the RefreshLink method? See help file.
-Tom.
 
Back
Top