S
Stanley L.
My investigation of why AC2007 RT was crashing revealed that the code
(DoCmd.RunCommand acCmdLinkedTableManager) that calls up the Linked Table
Manager causes RT to crash. In another listing a MVP was gracious enough to
verify that this was true and hinted that one may need to call it up via a
menu selection. I developed a ribbon menu for the Linked Table Manager and
tried that. That also crashed the RT program.
In summary, 2007 RT linked table manager cannot be used by anyone with a
FE/BE application. The only way to do linking is to develop the VBA code to
do it.
Would appreciate a Microsoft workaround and/or a reference from anyone who
knows where such code may be available. Thank you.
(DoCmd.RunCommand acCmdLinkedTableManager) that calls up the Linked Table
Manager causes RT to crash. In another listing a MVP was gracious enough to
verify that this was true and hinted that one may need to call it up via a
menu selection. I developed a ribbon menu for the Linked Table Manager and
tried that. That also crashed the RT program.
In summary, 2007 RT linked table manager cannot be used by anyone with a
FE/BE application. The only way to do linking is to develop the VBA code to
do it.
Would appreciate a Microsoft workaround and/or a reference from anyone who
knows where such code may be available. Thank you.