Yes/No Option button with Same Value

J

Jenn

I've created a Yes/No option button to place a value in a field on a table
that both Yes and No equal 0. Is there a way to keep both yes and no from
being selected in the option box due to the value being the same?

Thank you in advance for your asistance.
 
B

BruceM via AccessMonster.com

Um? How do you tell Yes from No if they both have the same value? What do
you mean by a Yes/No option button? You can use an option button instead of
a check box for a yes/no field, but it sounds as if you have separate buttons.
If so, an option group can have only one value, AFAIK. If you select one
option button, the others are de-selected. The option group's value is the
Option Value of the selected Option Button.
 
J

Jenn

I am using an option button with two choices and one is yes and the other no,
but the value is 0 points for each answer, but I still want to be able to
choose whether the option is yes or no.
 
K

KARL DEWEY

Never heard of 'option button'. Maybe you are using two 'toggle button'.
Search on 'Option Group' as it can have multiple buttons and each stores a
different value in the table field to represent the different choices.
 
Top