Optiongroup - option 1 selected - how

G

Gina

Hi.

I have an optiongroup with thwo option1 = print & option2 = preview.

I would like that the option2 is by default selected only if a user selects
option1 the option2 field is deselected.

tried option2.Optionvalue = true on the form_load event, form_activate event
pp

can anybody help please

Thanks Gina
 
G

Geoffs

Hi Gina,
Open the Properties for the OptionGroup control. On the "Data" Tab enter 2
against the "DefaultValue" Property.
:)
 
Top