T
Tony
I am getting a VBA error Section or GroupFooter0 Does Not
Exist!
These are the two coding scripts I tried.
If Me!TextCT < 7 then
Me!LabelE.visible = False
Me!Section.Visible = False
Else
Me!LabelE.visible = True
Me!Section.Visible = True
End If
If Me!TextCT < 7 then
Me!LabelE.visible = False
Me!GroupFooter0.Visible = False
Else
Me!LabelE.Visible = True
Me!GroupFooter0.Visible = True
End if
These are the exact samples they show in Help. What am I
not understanding?
Thank You in Advance
Tony
Exist!
These are the two coding scripts I tried.
If Me!TextCT < 7 then
Me!LabelE.visible = False
Me!Section.Visible = False
Else
Me!LabelE.visible = True
Me!Section.Visible = True
End If
If Me!TextCT < 7 then
Me!LabelE.visible = False
Me!GroupFooter0.Visible = False
Else
Me!LabelE.Visible = True
Me!GroupFooter0.Visible = True
End if
These are the exact samples they show in Help. What am I
not understanding?
Thank You in Advance
Tony