Adding a table to a report

R

Ronnie

I have prepared a lengthy report. I need to add an item to the report from
another table or query. How can I add another item?
 
J

Jeff Boyce

Ronnie

Reports can be based on a table, or on a query against one/more table(s).
If your extra item is in a table that is related to the table you already
are using for the report, create a query to join the two tables and select
appropriate data elements.

If the "item" is totally unrelated to the data in the table used for the
report, create a new report that brings in that item/data, then embed the
new report as a sub-report within your existing report.

Regards

Jeff Boyce
<Office/Access MVP>
 
Top