Buttom for Linked Table Manager

G

Guest

How would I create a button for link table manager? I know how to make the
button, but what would the onclick code be?
 
V

Van T. Dinh

Nick advice is correct. However, if you simply want to bring up the Link
Table Manager dialog, the code is:

DoCmd.RunCommand acCmdLinkedTableManager
 
G

Guest

Where do I put that code? I tried creating a module of it self but that did
not work. I don't know of any other place to put code for the DB itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top