Share via

Adding query fields to existing reports

Anonymous
2012-05-02T18:30:24+00:00

I have created a report based on a query. Is is possible to add fields from a different query to this report after it has been created? I see that I can add additional fields from different tables through the Field List, but see no where to select fields from other queries.

Thanks.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Anonymous
    2012-05-03T15:35:06+00:00

    I understand how to work with a report that already contains multiple queries - I just want to know if I can add additional fields from queries.

    If it isn't possible, I suppose I'll make a 'master' query containing all of the fields that  I need taken from the smaller queries before I start making any report.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-05-03T15:12:54+00:00

    You need to create a query that supplies the required data to the report.  That often needs more than one table/query to gather records from wherever they are stored.  Play areound creating queries with two or three tables to get a feel for it.

    Then you can use the report's Sorting and Grouping to to group records a little like a subreport.  Experiment by creating report's directly in design view and using a query you created in the above exercise.

    Once you get hints about how to do something, go into trial and error mode to see how things fit together.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-05-03T13:15:36+00:00

    Thanks - I ended up going with a subreport.

    Is there an easy way to add query fields to reports when making the report from scratch (ie. not using the report wizard)? and without using subreports

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-05-03T01:18:24+00:00

    Your question seems a bit vague as to what you really want to achieve.

    perhaps you could look at using combo boxes in the report to collect data from other tables / queries

    cheers

    PaulG

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2012-05-02T19:09:31+00:00

    Several options - You can join the queries or use a subreport.

    In either case you need a common field.

    Was this answer helpful?

    0 comments No comments