Chosen opton button

D

David

Suppose you have a form with a number of option buttons (radio buttons).
How can I know which option button has been selected by the user?
I have to check thru them all with a for loop?


TIA,
David
 
H

Harald Staff

You can have their Click or Change event set a variable and read that
whenever you need to.

Best wishes Harald
 
D

David

Il Mon, 3 Oct 2011 21:02:56 +0200, Harald Staff ha scritto:
You can have their Click or Change event set a variable and read that
whenever you need to.

Yep! The classical Columbus's egg.

Thanks
David
 
Top