Results 1 to 3 of 3
  1. #1
    Elad Kangaroo is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2012
    Posts
    2

    Report using 2 queries


    I have 2 tables: One has list of projects and the billing rate for different roles (for every project different rates for different roles) and one table contain entries for hours spent per person (with his role) on a project in a specific month.

    I would like to generate a report that has the total hours per role + the rates for that role (for the specific project). I created a query that sum the hours together by categories (by project) but I cant find a way to integrate the rates so they will show on the report.

    Ideas??


    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Need to sum by project and role then join to table of rates.

    Or build a report based on query that joins the two raw tables then use the report Grouping & Sorting with aggregate calcs in group footers. This will allow display of raw data records as well as summary calculations.

    Provide sample data or even the db if you need more help because really need to know your data structure better. Follow instructions at bottom of my post.
    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
    Elad Kangaroo is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2012
    Posts
    2
    Thanks.

    I think it works.

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

Similar Threads

  1. using two queries in a report
    By Alliana Gray in forum Access
    Replies: 9
    Last Post: 08-18-2011, 05:55 PM
  2. Two Queries for One Report
    By lynnmc26 in forum Reports
    Replies: 5
    Last Post: 08-05-2011, 10:45 AM
  3. Two queries in one report
    By victor in forum Programming
    Replies: 1
    Last Post: 08-05-2010, 01:31 AM
  4. Replies: 1
    Last Post: 06-29-2010, 03:40 AM
  5. Replies: 3
    Last Post: 05-21-2010, 03:57 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