Runcommand to invoke the "Linked Table Manager" dialog box in Access

  • Thread starter Thread starter none
  • Start date Start date
N

none

I found this posting from a few years back giving the runcommand for
invoking the "Linked Table Manager" dialog box (http://
groups.google.com/group/microsoft.public.access/browse_thread/thread/
b97e8be51175f076/ee62b78b38057178?
lnk=gst&q=acCmdLinkedTableManager#ee62b78b38057178 )

DoCmd.RunCommand acCmdLinkedTableManager

Is there a way to modify/add to the command above so that the "Always
prompt for new location" checkbox is checked by default when the
dialog window is invoked?

Thanks!
 
Back
Top