L
Laura
I need to have a form that works such that if the user
answers no to question one, they cannot answer question
two (the control becomes invisible).
I really can't seem to find an answer to this.
I've tried
If Me!questionone = "No" Then
Me!questiontwo.Enabled = False
Else
Me!two.Enabled = True
End If
I just can't seem to get this. Help!!!!!
Thanks!!!!
answers no to question one, they cannot answer question
two (the control becomes invisible).
I really can't seem to find an answer to this.
I've tried
If Me!questionone = "No" Then
Me!questiontwo.Enabled = False
Else
Me!two.Enabled = True
End If
I just can't seem to get this. Help!!!!!
Thanks!!!!