Results 1 to 5 of 5
  1. #1
    tanyapeila is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Posts
    42

    How to create one report from two queries

    I have two queries pulling from two tables
    One is Outbound shippers, one is Inbound Shippers. They are joined by a Yes/No field, the Yes/No field =True.
    I can get the queries and the reports to run independently but I cannot get the report or a query to pull anything together.
    Does that make sense?

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904

  3. #3
    tanyapeila is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Posts
    42
    Thank you JoeM. Now I have both report on one report how do I add the totals from both reports into the main report.
    Here is the formula I have now in the Page footer:
    =Sum([Inbound Linehaul Query subreport].[Report]![NET Weight]+[OUTBOUND Linehaul Query subreport].[Report]![NET])

  4. #4
    tanyapeila is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Posts
    42
    I got it!
    =[Inbound Linehaul Query subreport].[Report]![NET Weight]+[OUTBOUND Linehaul Query subreport].[Report]![NET]

  5. #5
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    I think it makes more sense to put it in the Report Footer than the Page Footer.
    There is also a MS article on this topic: http://support.microsoft.com/kb/208835

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

Similar Threads

  1. Create 1 query from 5 queries
    By rtinsky in forum Queries
    Replies: 6
    Last Post: 01-12-2014, 02:36 AM
  2. Queries with multiple tables to create report
    By Solstice in forum Queries
    Replies: 1
    Last Post: 09-22-2011, 02:23 PM
  3. Replies: 15
    Last Post: 08-12-2011, 09:55 PM
  4. Using queries to create new table
    By mradel in forum Queries
    Replies: 1
    Last Post: 10-26-2010, 10:34 PM
  5. automatically create queries
    By GEORGIA in forum Programming
    Replies: 8
    Last Post: 01-23-2006, 02:35 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