View Full Version : Report with data from multiple tables


RunLikeaRiver
10-27-2005, 11:21 PM
Hi..
Can anyone please help me with an example of a report which displays data from more than one table.(It displays data from multiple records of some tables and single record of one table)

Thnks in advance!!!

ScottGem
10-28-2005, 10:56 AM
Either use a query that joins the tables as the Recordsource or use Subreports.

Pat Hartman
10-29-2005, 12:39 PM
Main report for the 1-side data and subreport for the many-side data usually produces the best results.