option buttons

C

cb3291u

I am putting together a questionaire. And have two questions on thi
questionaire that have option buttons. I want the participants to b
able to click the option they want. However if they answer questio
one and then answer question 2, the option button becomes unclicked fo
question one because a button in # 2 was selected. So what I am tryin
to figure out is how to keep them separate so they can both be answere
by clicking the button.

Thank
 
B

Bob Phillips

If the option buttons are from the Forms toolbar, you can put the pairs in a
frame. If they are from the Control Toolbox, you can set the GroupName
property for each pair.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top