Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you suppress part of a group header...? 1

Status
Not open for further replies.

uczmeg

MIS
Mar 7, 2001
61
GB
Hi,

I have a group header with 2 parts:

1A
1B

I need to have 1A and 1B printing at the start of each group, but only 1B on any subsequent pages for that group.

I have checked the 'repeat group header' box, but can't think of a good way to suppress 1A.

Anyone have any good ideas?

Cheers
Marc
 
Place the following:

If InRepeatedGroupHeader Then
Formula = True
Else
Formula = False
End If

If the conditional suppression formula for group heading 1a
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top