Adding a table to a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top