Report Appending

ReAn

Dangerous Programmer...
Local time
Today, 09:24
Joined
Jun 25, 2004
Messages
250
Is there a way to generate 2-3 reports and append them together into one preview, or perhaps export them to one Word File?

This would help for generating multiple graphs in reports for a large set of data.
 
Access doesn't normally do this. But perhaps if you made each report a sub-report of an unbound parent report?

That might do it. Don't forget to set the sub-report control's .CanGrow property.
 

Users who are viewing this thread

Back
Top Bottom