K
krmckeown
I am trying to restrict my yes/no check box so that both cannot be checked
at the same time. Is this possible?
at the same time. Is this possible?
Bob I said:In the table, a Check box is only a field, either ON or OFF, Yes or NO.
Perhaps you want to determine how many options you actually have. Is it
allowed to have both be NO? If they must have one OR the other, then ONE
box will suffice. If you want the field to be dependent on another
field, then you will need to set the fields using update query or other
means.
Thanks. I think that might be my answer.
: