2 queries 1 report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HELP!!

I have two queries and I want to join the information to make one report,
when I do so, the report only shows information from one of the queries.
What do I do?
 
Depends. Are both queries pulling identical data from two identical (or
similar) tables? If so, you would most likely need a union query. If not,
are the records parent-child records? If so, a subreport would be needed.

You'd have to tell us more about the data structure first.
 
In order to get the information I needed, I pulled both queries from the same
table, each query specifying the information I needed.
 
Back
Top