/ Published in: VB.NET
URL: http://blog.loxotech.com/?p=67
Expand |
Embed | Plain Text
Dim tDef As TableDef For Each tDef In CurrentDb.TableDefs If tDef.Connect <> "" Then tDef.Connect = connectionString tDef.RefreshLink End If Next tDef
You need to login to post a comment.
