/ Published in: VB.NET
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Dim tDef As TableDef For Each tDef In CurrentDb.TableDefs If tDef.Connect <> "" Then tDef.Connect = connectionString tDef.RefreshLink End If Next tDef
URL: http://blog.loxotech.com/?p=67