emilybartholomew
Technical User
I am trying to create conditional statements based on the value of a control.
If [Page].Value = "1" Then
performer_page_header.Visible = False
End If
This is supposed to check the value of the control "Page", and if it is 1, the "performer_page_header" should be not visible. I've tried lots of combinations: Me.Page, Me.[Page], Me.Page.Value, etc etc, but nothing works.
Thanks.
If [Page].Value = "1" Then
performer_page_header.Visible = False
End If
This is supposed to check the value of the control "Page", and if it is 1, the "performer_page_header" should be not visible. I've tried lots of combinations: Me.Page, Me.[Page], Me.Page.Value, etc etc, but nothing works.
Thanks.