Two queries in the same report?

  • Thread starter Thread starter Eric
  • Start date Start date
Eric said:
Is it possible to have 2 queries in the same report?


No, there is only one RecordSource for a report.

However, reports can retrieve their data from multiple
table/querys in many different ways by JOINing table/querys,
using subreports or using VBA code.
 

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

Back
Top