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
Printable View
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
Are you saying the link doesn't get deleted?Quote:
Originally Posted by yolip