Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 97 Linking tables

Status
Not open for further replies.

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 <> &quot;;DATABASE=&quot; & dbPath Then
tdfLink.Connect = &quot;;DATABASE=&quot; & dbPath
tdfLink.RefreshLink
End If
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top