Вопрос

I have two tables linked with sharepoint lists. And I have a form in access db, each time when the form loads the table which is linked to sharepoint list should refresh automatically.

Is there ant way to do this in vba code?
I'm using

 Application.DoCmd.TransferSharePointList acLinkSharePointList
Это было полезно?

Решение

Use CurrentDb.TableDefs("TableName").RefreshLink (replace TableName with your actual table name).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top