Linked Table Manager

S

Simon Davies

Access 2K

is it possible to have a macro call up the " Linked Table
Manager" normally found in database utilities

Thanks in advance

Simon
 
S

StCyrM

Hi Simon

The following command should do it...

DoCmd.RunCommand acCmdLinkTables

Best regards

Maurice
 
Top