There isn't any particular problem creating reports using multiple tables. Assuming you have the tables coordinated the way you want them (SET RELATION TO...) you simply qualify the field names on the report: table1.idnum, table2.name, table1.amount + table3.amount, etc.
Jim