Can I use 2 recordset in one data report? please help...
Printable View
Can I use 2 recordset in one data report? please help...
I don't see why not.
Did you try and run into a problem?
No. The DataReport can only have 1 data source. It does support reading from hierarchical recordsets (recordsets within a recordset) which might be an option/workaround for your report.
Create two views and then one query that retrieves data from both views.