access reporting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently have a report that requests a number of parameter entries, the
last one being a 'From' & 'To range of values to excute, the report works
fine.

How do I get the report to skip to the top of new page on change of value?
i.e entered range' From' A to 'To' Z
New page required for B, C, D, E data elements etc

Any help woould be much appreciated

Thanks
PG
 
Peter G said:
I currently have a report that requests a number of parameter entries, the
last one being a 'From' & 'To range of values to excute, the report works
fine.

How do I get the report to skip to the top of new page on change of value?
i.e entered range' From' A to 'To' Z
New page required for B, C, D, E data elements etc


Depends on what you have that's causing the new page.

It sounds like you have a group header/footer section for
the "value" field. If so, check the section's ForceNewPage
property

Less likely, the group's KeepTogether property can cause
that if there are more details than will fit on the
remainder of a page.

OTOH, maybe you have a Page Break control somewhere in the
report.
 
Back
Top