Group header info on 1st line of detail

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

Guest

I used the following suggestion to condense my group header information onto
the first detail line & it works great:

You should group (View - Sorting and Grouping menu) on the
sequence number eith all but one(?) field in the group
header section. Place the payment code in the detail
section. To get the first detail on the same line as the
group header, add this line to the group header section's
Format event:
Me.MoveLayout = False

However, I would like to have that group header info also print on the first
detail line when I move to a new page. Is this possible?

Thanks in advance.
 
Back
Top