multiple tables in a report

R

ronald

i am making a report on inventory, it comprises tblsales, tblpurchases,
tblsalesret.
my problem is, how can i use or read this 3 tables to make one report
 
D

Duane Hookom

How do you want to combine the 3 tables to make one report? You might want to
combine the three tables into a single query or create a main report with 3
subreports.
 
Top