Help: Report length.

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

Guest

I am making inspection forms in access that will be printed and then used in
the field. Each customer that I have in the database will get a form. The
problem is that I need inspection report to be 4 pages. Access will only let
it be at max 22" which equals out to be about 2.25 pages. Is their anything
else that I could do here to increase this 22"? Thanks
 
Try create a new Sorting and Grouping Level (lowest level) based on your
record source's primary key field(s). Then display the Header and Footer
sections. These are similar to extensions to your detail section.
 
A subreport might work. Test it if you want.
I would never place a subform on a report.
 
Back
Top