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...