Results 1 to 2 of 2
  1. #1
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286

    Help Write Unmatched Query (wizard not working)

    Hello i tried using the unmatched query wizard but when i get to the screen that shows include like fields, it doesnt display anything even though there are same columns. Can anyone help me write the query instead?



    I have two queries:


    query 1: has field with ID

    Query2: has same field with ID

    I want to know what is in Query 1 that is not seen in Query 2. Thanks!

    maybe in the "crieteria" section of the ID field in query 1: <>[query2].[id]??

  2. #2
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286
    nevermind, solved.

    SELECT query1.id
    FROM query1
    LEFT JOIN query2 ON
    query1.id = query2.id
    WHERE query2.id is NULL;

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Query and unmatched records
    By jlgray0127 in forum Forms
    Replies: 1
    Last Post: 03-19-2012, 05:56 PM
  2. Help! Unmatched Records Query
    By Hberg in forum Access
    Replies: 1
    Last Post: 03-09-2012, 03:41 PM
  3. Replies: 1
    Last Post: 12-08-2011, 01:52 PM
  4. Unmatched query on 1 table
    By tmcrouse in forum Access
    Replies: 7
    Last Post: 06-01-2011, 08:38 AM
  5. Import Wizard Not Working
    By cjh2001 in forum Import/Export Data
    Replies: 1
    Last Post: 01-24-2008, 06:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums