V
vthokiesvt
I would like to add check boxes to my Access database.
It appears the best way to do this is to make the data type of the
field
to be yes/no. What I want to do though is to have only one column
selectable. So if I have col1, col2 and col3 as yes/no only one can be
chosen at any given time. If col1 is checked and the user selects col2
then col1 should uncheck.
Is this possible in Access? I have tried using the expression builder
like: [Col1] Or [Col2] Or [Col3]
but this does not seem to work as more than one column can still be
selected.
Any help would be appreciated. Thanks in advance.
It appears the best way to do this is to make the data type of the
field
to be yes/no. What I want to do though is to have only one column
selectable. So if I have col1, col2 and col3 as yes/no only one can be
chosen at any given time. If col1 is checked and the user selects col2
then col1 should uncheck.
Is this possible in Access? I have tried using the expression builder
like: [Col1] Or [Col2] Or [Col3]
but this does not seem to work as more than one column can still be
selected.
Any help would be appreciated. Thanks in advance.