Adding a button for Linked Table Manager

J

JJ

I am trying to add a command button to a form that will take the user to
Linked Table Manager. I tryed the DoCmd.DoMenuItem but I can't find the
right menu numbers and name. Anyone know what it is?
 
J

Joan Wild

You could use
DoCmd.RunCommand acCmdLinkTableManager

But you could also use the sample code in the Solutions database, that will
refresh links.
 

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