Access Report-Prints next record on a new page Why?

W

Wbridges

My Access Report automatically places my next record on a new page why is
this. I need the next record to follow the previous record on the same page.
How can I change this
 
M

Marshall Barton

Wbridges said:
My Access Report automatically places my next record on a new page why is
this. I need the next record to follow the previous record on the same page.
How can I change this


That's usually caused by setting the detail section's
ForceNewPage property. Or maybe the section is too tall and
its KeepTogether property is set.
 
W

Wbridges

I tried the details section force new page and that is selected as none. Any
other suggestions.
 
M

Marshall Barton

Did you check th eHeight of the detail section and the
KeepTogether property?

Do you have a Page Break control anywhere in the section?

How about Grouping?
 
Top