I have two queries: 1. select * from table1 and 2. select * from table2, and I need to show in report first all records from first query (that's ok) and after that I need to show data from second query. How to do that in crystal report?

regard j