Option Group on subforms

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?
 
D

David W

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top