pagebreak with out breaking a record.

  • Thread starter Thread starter rafaeljsg
  • Start date Start date
R

rafaeljsg

Hello I have a report that has a number or record, this record hold a number
of line of data, example:

job 1 my house
builder xxxxx
arch xxxxx
ect. xxxxx
ect. xxxx

ok what I get is about 4 1/2 record is some pages if the report it varies, I
need the report not to break the record, so if a record is going to break
start new page
please help and thank you in advance.

Rafaeljsg
 
Have you set the Keep Together property of the section to Yes?

John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 
yes I have the KeepTogether property on yes, but no change
maybe this helps

the header
is the job# header
then is detail
with the other data:

builder xxxxx
arch xxxxx
ect. xxxxx
ect. xxxx

by the way thanks for all your help in advance.

rafaeljsg
 
If you are trying to keep the header with multiple detail lines then you need
to use the sorting and grouping dialog and set Keep Together property for the
group to "Whole Group".


John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 
Back
Top