Reports

  • Thread starter Thread starter Guest
  • Start date Start date
Yes.
A report's record source can be a query or SQL statement containing more
than one table.
You can also place subreports on a main report.
There are several controls that have a Row Source property that can
reference another table.
You can also write code in your report to pull values from other tables.
The aggregate domain function such as DLookup() and DSum() can pull values
from other tables.
 

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