G Guest Feb 1, 2006 #1 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!
J John Vinson Feb 1, 2006 #2 In the Detail part, how do I add/build event? For instance, I want to add ProductsAndServices (from a different report). Thanks! Click to expand... 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]
In the Detail part, how do I add/build event? For instance, I want to add ProductsAndServices (from a different report). Thanks! Click to expand... 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]