How to change table links in MDB file using VB?

Mathematician

Registered User.
Local time
Today, 06:33
Joined
Nov 23, 2007
Messages
17
Hi all,

i have few tables in *.mdb that are linked to *.xls files. I want to change their path link using VB in MS Access.
Do you know how the change table properties to change their link to another path using VB code? (something like "Link Table Manager" but in VB code :) )

Thanks in advance,

Mathematician
 
A quick solution is to run this code from a command button on a form.

docmd.RunCommand acCmdLinkedTableManager
 

Users who are viewing this thread

Back
Top Bottom