R
Rob Parker
I'm opening the Linked Table Manager with the following line of code:
DoCmd.RunCommand acCmdLinkedTableManager
Works fine. But what I would like to do is also set the checkboxes in the
LTM dialog box - select all the linked tables, and check the "Prompt for new
location" checkbox - via code. Is this possible? If so, how?
TIA,
Rob
DoCmd.RunCommand acCmdLinkedTableManager
Works fine. But what I would like to do is also set the checkboxes in the
LTM dialog box - select all the linked tables, and check the "Prompt for new
location" checkbox - via code. Is this possible? If so, how?
TIA,
Rob