Details section too small ...

T

Teresa

First of all I am very green with Access Reports. I am
creating a report based on a form that is four pages long.
However, Access will only let me create on 2 pages worth
(22'). Is there a way around this feature. I have already
tried to override the dimensions and it told me it
was "too large". Please help...due yesterday.

Teresa
 
D

Duane Hookom

Generally this problem suggests un-normalized data structures however,
assuming you understand your tables better than I do:

You can create a lowest level of sorting and grouping on the primary key of
the table. Display the header section and use it like an addition to the
detail section.
 
Top