yolip
Oct 2nd, 2005, 10:28 PM
Hi all,
i use the following code to delete the linked table in the access database, but i found that isn't does anything after the execution. any idea?
DoCmd.DeleteObject acTable, "linkedtable1"
DoCmd.DeleteObject acTable, "linkedtable2"
thanks
i use the following code to delete the linked table in the access database, but i found that isn't does anything after the execution. any idea?
DoCmd.DeleteObject acTable, "linkedtable1"
DoCmd.DeleteObject acTable, "linkedtable2"
thanks