Hi All,
What's the best practice for refreshing a table linked from a list in Sharepoint 365?
I have tried:
Which works; however:
* It is slow and impacts on the performance of Access
* It seems to be only applicable to the the particular instance of CurrentDb (presumably because currentDb is a pointer not an actual object?)
TBH I am thinking I've missed something obvious; is there a setting that makes Access do this automatically in the background as there appears to be for ODBC connections?
Cheers
Alan
What's the best practice for refreshing a table linked from a list in Sharepoint 365?
I have tried:
Code:
CurrentDb.TableDefs([table name]).RefreshLink
Which works; however:
* It is slow and impacts on the performance of Access
* It seems to be only applicable to the the particular instance of CurrentDb (presumably because currentDb is a pointer not an actual object?)
TBH I am thinking I've missed something obvious; is there a setting that makes Access do this automatically in the background as there appears to be for ODBC connections?
Cheers
Alan