I have to create a report that will serve as a template to print shipping manifests. Manifests can be multiple pages long based on the number of line items needing to be manifested. In my instance, manifest information is pulled from a query based on tblManifests and tblManifestItems.
Here's the kicker. If a manifest has over 4 items on it (say it has 19 items), then the first 4 items need to print to page 1 of the report, the next 9 items need to print to page 2 of the report, and the remaining items would print to page 3 of the report. Pages 2 and 3 would be based on the same template, while page 1 is another template.
Does anyone know how to distribute records from a child table onto different pages of a report, and to make page one of a report unique from subsequent pages?
Here's the kicker. If a manifest has over 4 items on it (say it has 19 items), then the first 4 items need to print to page 1 of the report, the next 9 items need to print to page 2 of the report, and the remaining items would print to page 3 of the report. Pages 2 and 3 would be based on the same template, while page 1 is another template.
Does anyone know how to distribute records from a child table onto different pages of a report, and to make page one of a report unique from subsequent pages?