Newbie in Report Designing

M

Mr. Capuchino

Im a newbie in designing reports with no or very little knowledge in VB. now
im given the task to design an accounting report with data coming from 2
different tables. Any suggestioins?
 
J

Jeff Boyce

Reports are based on data. Data comes from tables, and/or from queries.

If your two tables are related, use a query to gather the information.

If your two tables are unrelated, use two reports, and embed one of them as
a subreport in the other report.
 
Top