Howlsta
Vampire Slayer
- Local time
- Today, 04:01
- Joined
- Jul 18, 2001
- Messages
- 180
How do you code the after update event of an option group?
I've got three options in my group and would like to do something like below:
if myOptionButton1 is selected then
me.mycontrol.visible = false
elseif myOptionButton2 is selected then
etc....
I've got three options in my group and would like to do something like below:
if myOptionButton1 is selected then
me.mycontrol.visible = false
elseif myOptionButton2 is selected then
etc....