Help with a report

A

Ayo

I have a report whose datasource is a query. But there is a part of the
report that is based on a different query. I am having a problem getting the
report to work whenever I tried bringing in the other query.
 
K

Klatuu

A report can have only one record source. It can be either a table or a
query. If you are unable to combine the two queries, then you will need to
use a sub report to include the data from the other query.
 
Top