I have problem with option button. Every time, I run, the option1 is seemling tick.I don't have a code at form load.How tu untick it?


If Option1.Value = True Then
Form2.Show
Unload Me
ElseIf Option2.Value = True Then
Form3.Show
Unload Me
End If