Adding new option to existing group

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

Guest

I clicked on the radio button and dropped it in an existing option group and
set the field name and value accordingly, however the new value is not
populating when I try to use the field in a new form or report. What am I
missing?

Thanks
 
I clicked on the radio button and dropped it in an existing option group and
set the field name and value accordingly, however the new value is not
populating when I try to use the field in a new form or report. What am I
missing?

A button contained in an option group needs to have a unique option value, but
cannot be bound to a field - only the "group" container control can be bound to
a field. If the "Control Source" property is available in the property sheet for
the button, it must not be properly contained within the option group. Could
this be your problem?
 
Back
Top