G
Guest
Did anyone have a code snippet to make this happen. I have tried but I am new
to VB and am confused by some of its syntax. My code snippet that I have
tried Is as follows.
Private Sub Heard_About_Us__AfterUpdate()
If Heard_About_Us = "Other" Or "POSTED ELSEWHERE" Or "WORD OF MOUTH" Then
Heard_About_Us_Explain.IsVisible = True
Else
Heard_About_Us_Explain.IsVisible = False
End If
End Sub
The Combo Box Is Named Heard_About_Us and has 6 options in it.
The Control I want to Make Visible Based On the Combo Box Criteria is Called
Heard_About_Us_Explain .
Can U help Me Or anyone Else for that matter ?
to VB and am confused by some of its syntax. My code snippet that I have
tried Is as follows.
Private Sub Heard_About_Us__AfterUpdate()
If Heard_About_Us = "Other" Or "POSTED ELSEWHERE" Or "WORD OF MOUTH" Then
Heard_About_Us_Explain.IsVisible = True
Else
Heard_About_Us_Explain.IsVisible = False
End If
End Sub
The Combo Box Is Named Heard_About_Us and has 6 options in it.
The Control I want to Make Visible Based On the Combo Box Criteria is Called
Heard_About_Us_Explain .
Can U help Me Or anyone Else for that matter ?