Results 1 to 2 of 2

Thread: Cannot find input table

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    chennai,india
    Posts
    44
    hi
    i'm trying to link 2 tables in different databases using DAO. i'm issuing the following sql statement.

    "select demo.prodid,demo.name,mark.flag from
    demo,mark IN "C:\bookmark.mdb" where demo.prodid=mark.id;

    when i run this query, it says 'can't find output table demo'

    any one in the group

    reply



  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    try to use LEFT JOIN or RIGHT JOIN SQL Statement for your case.

    Cheers!

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