Query of Queries

  • Thread starter Thread starter AGOKP4
  • Start date Start date
A

AGOKP4

Hi

How can I create a query of queries. I need it to combine the various query
summaries I made from my database so I can have it all on one page

Thanks!!!
 
Check out Union queries in Help. If that isn't what you mean, please provide
more information and examples of the problem.
 
Hello Jerry,

Sorry for the late reply. What i need to do is have the various queries I
made combined into 1 sheet. I have various categories Age group and counts,
cr group and count, Sex group and count etc.

I created separate queries for each and now want them on a single page for
ease of presentation. Perhaps querying the queries is not the right way to
go.

I tried the union queries you sent without any luck.
 
Show us the SQL for a couple of the queries. Open the query in design view.
Next go to View, SQL View and copy and past it here. Some sample data and how
you would to see it would be nice too.
 
Back
Top