Rest Option Buttons

G

Guest

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)
 
G

Guest

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top