Report

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

Guest

In the Detail part, how do I add/build event? For instance, I want to add
ProductsAndServices (from a different report).

Thanks!
 
In the Detail part, how do I add/build event? For instance, I want to add
ProductsAndServices (from a different report).

Thanks!

Reports are not based on other reports. They're based on Queries,
which draw their data from Tables.

Base your Report on a query pulling the fields that you want to see.

If you need to include a complete report within a different report,
you can put a Subreport control onto the detail section of the Report.

John W. Vinson[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