I Ian Davies Oct 4, 2004 #1 Is there a way to open the linked table manager using VBA behind a command button. If so how Hope someone can help Ian
Is there a way to open the linked table manager using VBA behind a command button. If so how Hope someone can help Ian
D Dirk Goldgar Oct 4, 2004 #2 Ian Davies said: Is there a way to open the linked table manager using VBA behind a command button. If so how Click to expand... Try: RunCommand acCmdLinkedTableManager You can, if you want, do what the LTM does yourself, without ever calling it up. For example, you can relink tables yourself, as described in this link: http://www.mvps.org/access/tables/tbl0009.htm
Ian Davies said: Is there a way to open the linked table manager using VBA behind a command button. If so how Click to expand... Try: RunCommand acCmdLinkedTableManager You can, if you want, do what the LTM does yourself, without ever calling it up. For example, you can relink tables yourself, as described in this link: http://www.mvps.org/access/tables/tbl0009.htm