Option Button

T

tina

OptionButton1 OnClick event procedure:

Combo1.Locked = False
Combo2.Locked = True
Combo3.Locked = True

OptionButton2 OnClick event procdure:

Combo1.Locked = True
Combo2.Locked = False
Combo3.Locked = True

you can see how to do OptionButton3.
 

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