Option Group on subforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform with an option group in the header. There is no default for
the group. I want the user to select one of the choices. When the user
selects one of the options, the detail section of the subform becomes
visible. There are several rows in the detail section to be filled out.

All is good until the user moves to the second row in the detail section.
Then their choice in the option group disappears. I tried putting code into
the GotFocus event of the first text box of the subform (OptionGroup.value =
1);however, when the form loads, the value of the option group is now 1.

Its driving me nuts.

Can anyone help?
 
Dont think I am being sarcastic here!
If this is a form on a form then click in the detail area only(not on a
label,textbox,etc) of the subform, not the main form, then look in the
properties list(press F4) of the subform then see what the default view is
set to.
 
Back
Top