Thank you Gemma-the-husky
I figured out that I can, as you said, put a command button in, and then put VBA code in so that "on click," the option group value = 0.
The code looks like this:
Private Sub CommandButton_Click()
Me.[GroupName] = 0
End Sub
This is a form used for people to...