-
I have an optionbutton(OptionYes)on my form. The problem is, when this button is selected it can not be deselected.
The thing is I don't want two buttons on the form, but just one, its either selected or deselected.
Is this possible?
thanks.
-------
bon
-
Bon.
The only way to get the option box not to be selected, you will have to set the value of the optionbox to False.
This in code will look like this:
OptionBox1.Value = False
------------------
Have Fun.
Maartin.
[email protected]
-----------------------
-
uhh why not just be simple and use a checkbox??
-
true
------------------
Have Fun.;)
Maartin.
[email protected]
-----------------------
-
Thanks guys!!
the check box will do