Results 1 to 3 of 3
  1. #1
    Huddle is offline Competent Performer
    Windows XP Access 2010 64bit
    Join Date
    Jun 2010
    Posts
    318

    Comparing one Q to another Q and recording the difference


    I have two Queries, QryPost_FSL_Before_Last_Two_Weeks and QryPost_FSL3_Within_Last_Two_Wks_More_Than_One_Ins pection. I know long names.... Anyway, QryPost_FSL_Before_Last_Two_Weeks has the total list of buildings I am looking at. QryPost_FSL3_Within_Last_Two_Wks_More_Than_One_Ins pection has those inspected. I need to find the buildings that were not inspected out of the QryPost_FSL_Before_Last_Two_Weeks query.

    I've attached the skeleton of the queries. I don't know how helpful they will be without the data or tables but it may give you an idea of what I'm working with.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    Sounds like a Find Unmatched query. There is a query wizard for that.

    Or try something like:

    SELECT * FROM QryPost_FSL_Before_Last_Two_Weeks WHERE BuildingID NOT IN (SELECT BuildingID FROM [QryPost_FSL3_Within_Last_Two_Wks_More_Than_One_Ins]);
    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.

  3. #3
    Huddle is offline Competent Performer
    Windows XP Access 2010 64bit
    Join Date
    Jun 2010
    Posts
    318
    The unmatched query was exactly what I needed. Thank you for pointing it out.

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

Similar Threads

  1. Recording UserName Login
    By Moonsitter53 in forum Access
    Replies: 1
    Last Post: 03-18-2011, 02:40 PM
  2. Recording your own Macro
    By sabre1 in forum Access
    Replies: 1
    Last Post: 03-02-2011, 06:43 AM
  3. Recording Username
    By Juan4412 in forum Forms
    Replies: 9
    Last Post: 02-01-2011, 11:15 PM
  4. Recording Test Scores and Radar Charts
    By splitz in forum Access
    Replies: 1
    Last Post: 08-19-2010, 12:34 PM
  5. time recording
    By Back2Basics in forum Access
    Replies: 3
    Last Post: 02-02-2010, 08:39 AM

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