PDA

Click to See Complete Forum and Search --> : problem with delete linked table


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

Hack
Oct 3rd, 2005, 07:26 AM
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"

thanksAre you saying the link doesn't get deleted?