Option Group Radio Buttons greyed out

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

Guest

My option group is set w/no default, but every time I open the form
containing the group, all radio buttons are greyed out. How do I set them
all to be "deselected". I'm creating a custom switchboard and each option
will make visible a listbox with reports specific to the option chosen. eg.
Radio Button "Sales Reports" displays sales reports, Radio Button "Aging
Reports" makes visible the list of aging reports, etc. Each list box sits on
top of the other (in design view) and only becomes visible when needed. But
since all option buttons are grey, all my list boxes display with the form is
opened. Not only messy, but very confusing!
 
Thanks, Gerald. While waiting for a reply I played with code in the OnOpen
and OnActivate properties of the form, setting my option group to = Null
(which did nothing), but = False did the trick!
 
Back
Top