Results 1 to 2 of 2
  1. #1
    betmck is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2014
    Posts
    3

    Combining queries


    I hope I am not trying to accomplish an impossible task.. However, I want to combine 2 queries that give different results. Please see attachment with the task I am trying to accomplish showing the queries and the results. Thanks for any suggestions please.
    Attached Files Attached Files

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    You want a UNION query... BUT even tho they retrieve different results they MUST have the same COLUMNS. (heading name, no; datatype yes)

    select * from qsEquipInUS
    union
    select * from qsEquipNotInUS

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

Similar Threads

  1. Help with Combining Queries
    By racefan91 in forum Queries
    Replies: 13
    Last Post: 10-07-2013, 02:42 PM
  2. Combining queries
    By jamo in forum Queries
    Replies: 11
    Last Post: 11-09-2012, 07:36 AM
  3. Combining two queries.
    By Ray67 in forum Queries
    Replies: 1
    Last Post: 09-07-2012, 12:11 PM
  4. Combining queries
    By wildlifeaccess in forum Queries
    Replies: 10
    Last Post: 09-20-2010, 07:35 AM
  5. Combining Two Queries
    By csolomon in forum Queries
    Replies: 1
    Last Post: 09-03-2009, 01: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