Private Sub Combo155_AfterUpdate()
If Me.Q9 = "No" Then
Me.Q9Dropdown.Visible = True
Me.Label813.Visible = True
Else
Me.Q9Dropdown.Visible = False
Me.Label813.Visible = False
Exit Sub
End If
End Sub
I'm getting an error (see attachment) on the bolded line. It appears the only property available to me is "value". I have another set of fields doing the same thing and it works perfectly but I can't get the rest to work and recognize the "visible" property. Any guidance would be appreciated! Thanks so much!