Forcing a new page

  • Thread starter Thread starter WMD
  • Start date Start date
W

WMD

I have a report that is generated based on the results
from a search. I have the report grouped by "Project" and
would like to force a new page when the "Project"
changes. Is this possible? and if it is can you point me
in the right direction?

i.e, should I have a hidden control on the report and
fire the onchange event to force a new page when the
value of the control changes?

What is the code/object to force a new page?

Thanks for any help you can give me.
 
If you look at your report in Design View you will see that you have a line
indicating the start of the "Project" group.
It is a thick line labelled "Project Header".

Right-click on that line and select Properties. On the Format tab you have
an option for forcing a page break whenever the Project value changes.

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
Thanks...that did it

wmd
-----Original Message-----
If you look at your report in Design View you will see that you have a line
indicating the start of the "Project" group.
It is a thick line labelled "Project Header".

Right-click on that line and select Properties. On the Format tab you have
an option for forcing a page break whenever the Project value changes.

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."



.
 
Back
Top