link tables window in code

mazza

Registered User.
Local time
Yesterday, 18:19
Joined
Feb 9, 2005
Messages
101
Rather then writing a complicated code is ther is code to replace the menu option File > Link tables

I basicly have hidden most of my toolbars in a runtime version, and when required I want to click on a button in order to (re)link my tables.

Is there a code that I can use that brings up the same Link Table window?
 
Code:
DoCmd.runcommand acCmdLinkedTableManager
Enjoy!
 

Users who are viewing this thread

Back
Top Bottom