What's wrong with this code?

P

Pat Hartman

On the surface of it, nothing. However, if you are referring to an option
in an option group, that would explain your problem. With an Option Group,
you have only one result regardless of which option is selected. To
reference that result, you reference the Option Frame control rather than
individual options.
 
Top