Rest Option Buttons

L

Luke

Hi,

I have added a Reset button (Command Button) to a form I have made. The
button simply clears all the cells where data can be entered. In the form I
also have three option buttons A B and C. I can’t wok out how to get the
option buttons to rest to A by using the Rest button.

Many thanks,

Luke
 
B

Bob Phillips

Me.OptionButton1.Value = True


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
L

Luke

Great, thanks Bob.

Bob Phillips said:
Me.OptionButton1.Value = True


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top