rport and a few queries

J

Jean-Paul

Hi,
When I create a report and I use the wizard I am asked to enter the
query or table it will be based on.

However.. I want a report displaying data based upon more then one query.

Is this possible and if so, how?

Thanks
 
M

Marshall Barton

Jean-Paul said:
When I create a report and I use the wizard I am asked to enter the
query or table it will be based on.

However.. I want a report displaying data based upon more then one query.


Not possible. You need to figure out the relationship
between the three queries:

If they are related one-to-many, then Join the base queries
in a a fouth query for the report.

If the three queries all return the same fields )probably
filtered differently. Then maybe you want the fourth query
to Union the other three.

If your three queries are unrelated and you just want the
unconnected data to appear in one printout, then create a
separate report for each query and use these reports as
subreports in an unbound main report.
 

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