Page break grouping of records

S

SteveN

I have an access report which displays scheduled
appointments. If there are appointments for several rows
only the first one displays the address. Are there any
suggestions on how one might be able to group these
records together so that a page break does not interrupt
them? Is there a way to keep these records together on
the same page so that the address that is displayed stays
with that group of rows? Thanks in advance for any
suggestions!
 
M

Marshall Barton

SteveN said:
I have an access report which displays scheduled
appointments. If there are appointments for several rows
only the first one displays the address. Are there any
suggestions on how one might be able to group these
records together so that a page break does not interrupt
them? Is there a way to keep these records together on
the same page so that the address that is displayed stays
with that group of rows?

It sounds like you should create a group on the address
field, then you can set the group's KeepTogether property to
Whole Group.
 
Top