Option Group Radio Buttons greyed out

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!
 
G

Guest

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!
 

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