Hi!
I am displaying Summary in Group Footer.
I want to turn off Page Heather when Group Footer is displayed.
I am trying :
If GroupFooter0.Visible = True Then
txtCoName.Visible = False
txtBU.Visible = False
txtNameD.Visible = False
Else
txtCoName.Visible = True
txtBU.Visible = True
txtNameD.Visible = True
End If
No luck. Please, advice.
I am displaying Summary in Group Footer.
I want to turn off Page Heather when Group Footer is displayed.
I am trying :
If GroupFooter0.Visible = True Then
txtCoName.Visible = False
txtBU.Visible = False
txtNameD.Visible = False
Else
txtCoName.Visible = True
txtBU.Visible = True
txtNameD.Visible = True
End If
No luck. Please, advice.