Option Group problem...

P

Preston Pierce

I have a form that has an option group on it and I want
to make one of the options the default when the form is
pulled up but this just will not work for me. Please
help...
 
A

Allen Browne

Each of the Option Buttons in the group has an Option Value.

If you want to make the button with Open Value or 1 to be the default, set
the Default Value property of the group to 1.

Save and close the form. Then open.
 
Top