I'm stuck on a simple problem i would bet. I have a option group containing 3 choices, beginner, Intermidiate,adavanced.
I have 10 combo boxes below. what i want is to enable so many boxes based on choice in option group.
so if beginner is choosen 5 combos are enabled, and so on.
I have done it using visible.
EX case 1
me!combo1.visible = true
me!combo2.visible = false
and so on for each case
But if i use enable/disable insted of visible it does not work. any help is all appreciated
Greg
I have 10 combo boxes below. what i want is to enable so many boxes based on choice in option group.
so if beginner is choosen 5 combos are enabled, and so on.
I have done it using visible.
EX case 1
me!combo1.visible = true
me!combo2.visible = false
and so on for each case
But if i use enable/disable insted of visible it does not work. any help is all appreciated
Greg