gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I put two option buttons on a form and I am trying to figure out how to use them. Where is the Value stored when one of the Options are selected? I want to use these buttons in an If statement.
Option246
Option248
I tired to test it:
Private Sub Frame244_Click()
If Option246.Value = "1" Then
Text256.Value = "1"
Else
Text256.Value = "2"
End If
End Sub
No luck, I get debug error
Option246
Option248
I tired to test it:
Private Sub Frame244_Click()
If Option246.Value = "1" Then
Text256.Value = "1"
Else
Text256.Value = "2"
End If
End Sub
No luck, I get debug error