Results 1 to 2 of 2
  1. #1
    sanbhau is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2016
    Posts
    7

    Import Record from multiple queries and Filter Records in Report

    1. I want to import records in a report from two different queries. Is it possible ? If Yes, How?

    2. If answer of the previous question is Yes, I want to filter records of second query where value of a particular field in the first query is equal to that of a particular field in second query. How can I do that ?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    union query.

    select * from query1
    union
    select * from query2

    but for 2:
    you cant have both querys pull from each other. The queries should Filter items based on a selection on a form.

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

Similar Threads

  1. Replies: 4
    Last Post: 02-03-2016, 09:23 PM
  2. Import Record with Multiple Rows
    By nerkalyn in forum Import/Export Data
    Replies: 6
    Last Post: 02-19-2014, 03:03 PM
  3. Replies: 1
    Last Post: 03-06-2013, 05:51 AM
  4. Filter records based on multiple checkboxes
    By kbremner in forum Forms
    Replies: 2
    Last Post: 01-18-2011, 10:59 AM
  5. Filter for Multiple Queries/Combo Box
    By finance600man in forum Access
    Replies: 3
    Last Post: 08-09-2010, 06:31 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