M
Mark Kubicki
I have an series of actions that need to be executed from differnt types of
controls on 2 different forms
one control is an option group, the second is a combobox (limit to list =
yes)
the commands had already been moved to a sub, SetPresetOptions(frm as
Access.form) <call SetPresetOptions(me) > , which is located in the same
module as the option group (and can be moved to a differnet module if
needed)
the code reads something like this:
Select Case optSetPresetOptions
case = 1
do something
case = 2
dosomething else
case = ....
How would I adjust the select code to also work with the combobox
many thanks in advance,
Mark
controls on 2 different forms
one control is an option group, the second is a combobox (limit to list =
yes)
the commands had already been moved to a sub, SetPresetOptions(frm as
Access.form) <call SetPresetOptions(me) > , which is located in the same
module as the option group (and can be moved to a differnet module if
needed)
the code reads something like this:
Select Case optSetPresetOptions
case = 1
do something
case = 2
dosomething else
case = ....
How would I adjust the select code to also work with the combobox
many thanks in advance,
Mark