report max length?

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

Guest

Hello

I am trying to create an Access report which is 5-6 pages long, but Access doesn't allow me to create so long a report (Each section of the report can be 22 inches). My report should be printed as one single file, I don't want to separate it to two files. Is there any method to do it?

Thanks!!
 
Flora said:
I am trying to create an Access report which is 5-6 pages long, but Access doesn't allow me to create so long a report (Each section of the report can be 22 inches). My report should be printed as one single file, I don't want to separate it to two files. Is there any method to do it?

What the heck are you putting on the report that takes that
much space??

You can create more sections using Sorting and Grouping with
a constant expression such =1. Then entire report design
space of all sections is 200 inches.

If you'd put your data into records in a table, then you can
display each record in its own instance of the detail
section.
 
Back
Top