Report question

T

ttimis

How can I insert data into a report from more than one query

It looks like a report can have only one data source
and if I want to group ten summary qerys into one it does not fit into one
query
so this looks like a limitation or I'm wrong
 
R

Rick Brandt

ttimis said:
How can I insert data into a report from more than one query

It looks like a report can have only one data source
and if I want to group ten summary qerys into one it does not fit into one
query
so this looks like a limitation or I'm wrong

Sub-Reports?
 
L

Larry Linson

As Rick suggested, Subreports are one option.

If the Fields are of compatible definition in each summary... say a Long ID,
a Text Description, and a Numeric Field (even though they have different
Names), a UNION or UNION ALL Query would be another option.

Larry Linson
Microsoft Access MVP
 

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