jt643
Technical User
- Jun 17, 2003
- 144
Is there a way I can autoupdate or refresh my linked tables via VB or within Access so my users don't have to go through the 'Linked Table Manager' each time?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set tdfLinked = gdbs.CreateTableDef(strTable)
tdfLinked.Connect = ";DATABASE=" & strDatabaseName
tdfLinked.SourceTableName = strTable
gdbs.TableDefs.Append tdfLinked