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