G
Guest
What do you have to check it against to see if an option button was not
selected. Here is what I had but am getting an error.
ElseIf (Me.Option4.Value = -1 And Me.Option6.Value = -1) Then
...
End If
selected. Here is what I had but am getting an error.
ElseIf (Me.Option4.Value = -1 And Me.Option6.Value = -1) Then
...
End If