G
Guest
Hi,
I have a form with an option group with 16 options in the group. Within my
code I would like to either reference the selected option's label caption or
the selected option's name (which I can make identical to the label).
I have a command button that opens a popup form that will utilise the
option's caption.
I know I can use a select case statement to achieve this, however there must
be a more efficient method to access an option's name or associated label's
caption.
Thanks in advance,
Dave
I have a form with an option group with 16 options in the group. Within my
code I would like to either reference the selected option's label caption or
the selected option's name (which I can make identical to the label).
I have a command button that opens a popup form that will utilise the
option's caption.
I know I can use a select case statement to achieve this, however there must
be a more efficient method to access an option's name or associated label's
caption.
Thanks in advance,
Dave