G
Guest
I have 2 options buttons in a option group frame.
I want to make a decision based on which botton is selected.
But I do not get it, the value of opt 1 is 1 and opt 2 is 2. The value does
not seem to change regarless of which is selected.
in vb6 I can just say(with 0 being unchecked and 1 being checked and 2 being
greyed out)
If opt1 = 1 then
statement
else
statement
end if
In access 2000 I am using opt1.optionvalue pertains to which option control
it is in the group and not the selection state of the option control.
can you help please
I want to make a decision based on which botton is selected.
But I do not get it, the value of opt 1 is 1 and opt 2 is 2. The value does
not seem to change regarless of which is selected.
in vb6 I can just say(with 0 being unchecked and 1 being checked and 2 being
greyed out)
If opt1 = 1 then
statement
else
statement
end if
In access 2000 I am using opt1.optionvalue pertains to which option control
it is in the group and not the selection state of the option control.
can you help please
