Second Page of data

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

Guest

I created a report that will print group header, 7 lines of details and group footer. But when I have more than 7 items of detail I can not get it to reprint the group header, addtional details and group footer. Right now it just moves to the next group leaving remaining details not printed

How do I tell a section to print from inside the report using visual basic?
 
A group header and footer so just what they say. They show up at the
beginning and end of a whole group. If you want to show something on every
page, you need to put them in the page header and footer and make the size
of the group header 0.

Kelvin

Seatc said:
I created a report that will print group header, 7 lines of details and
group footer. But when I have more than 7 items of detail I can not get it
to reprint the group header, addtional details and group footer. Right now
it just moves to the next group leaving remaining details not printed.
How do I tell a section to print from inside the report using visual
basic?
 
Back
Top