G
Guest
In my report, using the following code works to a certain extent
If GroupHeader0.HasContinued = True Then Me.Label76.Visible = True
Unfortunately, Label76 is visible on every page after it's first appearance,
even if GroupHeader0 does not continue.
I have tried to finish with "Else Me.Label76,Visible = False", but I keep
getting the "Else without If" error. Please help.
Please do not reply with counters; they are way over my head.
If GroupHeader0.HasContinued = True Then Me.Label76.Visible = True
Unfortunately, Label76 is visible on every page after it's first appearance,
even if GroupHeader0 does not continue.
I have tried to finish with "Else Me.Label76,Visible = False", but I keep
getting the "Else without If" error. Please help.
Please do not reply with counters; they are way over my head.