|
-
Oct 2nd, 2005, 10:28 PM
#1
Thread Starter
New Member
problem with delete linked table
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
-
Oct 3rd, 2005, 07:26 AM
#2
Re: problem with delete linked table
 Originally Posted by yolip
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|