Results 1 to 2 of 2
  1. #1
    gergm is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Oct 2017
    Posts
    1

    How to display multiple queries (that receive a start/end date from user input) in a single report?

    MS Access 2013:

    I have 1 database and 1 table ... I want the end result to be a single report displaying data from 3 different queries.

    Here's what i tried:

    1, created form1 that has 2 textboxes (startDate / endDate), and button1.
    when clicked, button1 calls a macro, and feeds startDate / endDate into all 3 queries.
    all 3 queries return expected (correct) data.





    PROBLEM:
    How do I now take the 3 queries and feed them into a single report?

    (The goal (hope) is to do all this without writing code, but rather with Access only)


    If there is a better way of doing this please let me know.


    Thanks in advance,

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,518
    Depending on the data, you can use subreports, a single query that joins the 3 others together, or a UNION query that stacks the data from the 3 queries.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 1
    Last Post: 10-09-2015, 09:29 AM
  2. Replies: 17
    Last Post: 08-09-2015, 09:45 AM
  3. Multiple Date Input in Single Query
    By monsterlucifer in forum Access
    Replies: 13
    Last Post: 08-08-2015, 08:54 AM
  4. Replies: 1
    Last Post: 08-28-2014, 10:44 PM
  5. Replies: 3
    Last Post: 03-11-2013, 05:11 PM

Tags for this Thread

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