Hi all.

I have 2 options buttons (a control array) in a frame. When you display the form, neither button is selected. When you click on 1 button, it becomes selected of course.

Is there a way to de-select both buttons after 1 of them has been selected? In other words de-select both buttons (make them False) like they are when the form is initially displayed, after giving 1 of them a value of True by clicking on it? It seems like you can only change which one is selected, but not de-select both.

I hope you all understand what I'm trying to do.

Thanks for any help.