ReAn Dangerous Programmer... Local time Today, 09:24 Joined Jun 25, 2004 Messages 250 Jun 13, 2005 #1 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.
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.
The_Doc_Man Immoderate Moderator Staff member Local time Today, 10:24 Joined Feb 28, 2001 Messages 30,397 Jun 13, 2005 #2 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.
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.