J
Jean
Hello,
I want to do the following, and am pretty new to
programming forms, so can someone please gimme a hand?
I have a form which I designed merely as a prototype. This
form is currently not connected to an underlying data
source(table).
It has an OptionGroup, e.g. named fraCarType1. This option
group has two OptionButtons, e.g. optBrand1 and optOther1.
If the user selects optBrand1, the controls (e.g. a
CommandButton, another OptionGroup) which appear below the
other (optOther1) should become disabled(greyed out).
What is the simplest way of doing this? Which event
procedure do I program, and with what code?
Thank you for any ideas!
I want to do the following, and am pretty new to
programming forms, so can someone please gimme a hand?
I have a form which I designed merely as a prototype. This
form is currently not connected to an underlying data
source(table).
It has an OptionGroup, e.g. named fraCarType1. This option
group has two OptionButtons, e.g. optBrand1 and optOther1.
If the user selects optBrand1, the controls (e.g. a
CommandButton, another OptionGroup) which appear below the
other (optOther1) should become disabled(greyed out).
What is the simplest way of doing this? Which event
procedure do I program, and with what code?
Thank you for any ideas!