setting value in option group

  • Thread starter Thread starter MB
  • Start date Start date
M

MB

I have a form with a number of checkboxes in an option group, how do I
preset which box is selected when the form opens. I currently have

me.[option group} = 3

in form.onopen but it is not working.

I am sure I am missing something.

Thanks,

Marc Berman
 
You can set that using the Option Group's Property Sheet using the Default
Value property.
 
Thanks Cheryl, did the trick

Marc Berman

Cheryl Fischer said:
You can set that using the Option Group's Property Sheet using the Default
Value property.

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


MB said:
I have a form with a number of checkboxes in an option group, how do I
preset which box is selected when the form opens. I currently have

me.[option group} = 3

in form.onopen but it is not working.

I am sure I am missing something.

Thanks,

Marc Berman
 
Back
Top