Results 1 to 2 of 2

Thread: problem with delete linked table

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    9

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: problem with delete linked table

    Quote 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
  •  



Click Here to Expand Forum to Full Width