Creating a report to merge 2 queries

L

LG

I have created 2 queries. They both have the same field names. Date,
Platform, Platform count. When they open up the report they put the date in
and they get how many entries per platform for each group. The problem I am
having is how do I get them to merge together to get a total without
duplicating if there is nothing on that platform for that day?
I tried to create another query but since the fields were the same I didn't
know what to call it or how to build a sum field. The 2 queries are Com and
Rph
there are 4 platforms and I need them to show seperate but also sum at the
end.
 
J

John W. Vinson

I have created 2 queries. They both have the same field names. Date,
Platform, Platform count. When they open up the report they put the date in
and they get how many entries per platform for each group. The problem I am
having is how do I get them to merge together to get a total without
duplicating if there is nothing on that platform for that day?
I tried to create another query but since the fields were the same I didn't
know what to call it or how to build a sum field. The 2 queries are Com and
Rph
there are 4 platforms and I need them to show seperate but also sum at the
end.

Take a look at the Help for UNION. I suspect you need a UNION query to string
the two queries together.
 

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

Similar Threads

Combining Queries to get 1 Report 1
Union Query 4
Merge different queries 1
Query/Report 5
Many queries rolled into 1 report 1
Overlay two queries into one chart 3
Query from differnt tables 4
query 5

Top