Two queries in one report

L

Love Buzz

Hi all.

I have what is probably an easy question (and hopefully has an easy solution
:D).

I have a report that I would like to reflect the results of two queries,
that come from the same table. I am not having much luck.

What is the easiest way to go about bringing in the results of two queuries
into one report?

Thanks for your help.
 
K

Klatuu

A report can have only one record source (1 query or table). If you have
two queries, you will need to either find a way to combine the two queries or
use one query for the report and the other in a subreport.

If there are common fields on which you can join the two queries, you could
create a third query that uses your two current queires, join them and use
that as the report's record source.
 
K

KARL DEWEY

If you use a union query as the third query to combine the two current
queires for the report's record source you can add another field for Sorting
and Grouping so all of first query records appear first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top