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.