Results 1 to 3 of 3
  1. #1
    Ekhart is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    80

    Populate Report with Table from Query

    I have reports that run showing work that needs to be completed. The query for this report contains a 'CustomerID', which is the Primary Key to a table with CustomerInfo. I cannot seem to figure out how to get the report to show the work information (The information the report always shows) but to also include the customer information, as is i can only get it to show the CustomerID, not the information it is linked to.
    I have a feeling it is something easy that i am missing, but maybe not Thoughts?

  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
    Typically the query would join the work table to the customer table, enabling you to return fields from both.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,463
    Along with what pbaldy said, it appears your report is only looking at the Customer table. In the RecordSource of the Report, click on the build button to get to the query window and add the Work table linking them by CustomerID.

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

Similar Threads

  1. Replies: 2
    Last Post: 06-17-2015, 09:08 PM
  2. Populate textboxes on a report from a query
    By dccjr in forum Programming
    Replies: 3
    Last Post: 05-14-2013, 07:31 AM
  3. Replies: 2
    Last Post: 12-30-2011, 07:19 PM
  4. Replies: 5
    Last Post: 10-06-2011, 05:49 PM
  5. Populate Table with query results
    By sparkyboy2406 in forum Queries
    Replies: 1
    Last Post: 02-23-2010, 03:51 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