Results 1 to 2 of 2
  1. #1
    daltman1967 is offline Novice
    Windows 7 32bit Access 2010 64bit
    Join Date
    Jul 2011
    Posts
    18

    Interesting multi query problem.

    I have a form that populates with the following query:



    Code:
    SELECT D_License.ID, D_License.Date_Completed, D_License.Called, D_License.Last_Name, D_License.First_Name, D_License.Phone_Number, D_License.Code
    FROM D_License
    WHERE (((D_License.Called)="Yes") AND ((DatePart("yyyy",[Date_Completed]))=[Forms]![DnotG]![Yr]))
    ORDER BY D_License.Last_Name;
    This produces exactly what I want - which is a list of names culled from the main list based upon the year chosen (Yr), and where the status of the call is "Yes".

    What I want to do is the following: I want to compile a list of all names from table OTHER_TABLE and ONLY include those names from D_License where the name IS NOT in OTHER_TABLE. Any help??

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    Try the Find Unmatched query wizard.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Interesting Query Problem (Sample Data Provided)
    By pinecrest515 in forum Queries
    Replies: 1
    Last Post: 02-07-2011, 03:27 PM
  2. Interesting Problem
    By pinecrest515 in forum Programming
    Replies: 1
    Last Post: 12-15-2010, 01:19 PM
  3. Help! Very interesting query problem
    By pinecrest515 in forum Queries
    Replies: 5
    Last Post: 12-15-2010, 11:46 AM
  4. Help with Query!!! (Interesting Problem)
    By pinecrest515 in forum Queries
    Replies: 4
    Last Post: 12-09-2010, 08:20 AM
  5. Interesting Query Problem
    By Lockrin in forum Queries
    Replies: 7
    Last Post: 08-23-2010, 01:56 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