How to design report with two quiries?

D

Douglas J. Steele

A report can only have a single recordsource. You either need to combine the
two queries into one, or else use a report/subreport configuration.
 
Top