NJLDoc
Programmer
- Jan 25, 2002
- 93
What has to be changed in order to update programatically a linked table. The following code works fine for a non password database but some tables are linked in a password protected database and passing in the password has me stumped.
If tdfLink.Connect <> ";DATABASE=" & dbPath Then
tdfLink.Connect = ";DATABASE=" & dbPath
tdfLink.RefreshLink
End If
If tdfLink.Connect <> ";DATABASE=" & dbPath Then
tdfLink.Connect = ";DATABASE=" & dbPath
tdfLink.RefreshLink
End If