Buttom for Linked Table Manager

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Nick advice is correct. However, if you simply want to bring up the Link
Table Manager dialog, the code is:

DoCmd.RunCommand acCmdLinkedTableManager
 
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.
 
Back
Top