Using checkbox instead of combo

S

Scott A

I have a field on a continuous form that references a lookup table (the field
stores only the numeric values that correspond to text values in a linked
table).

However, the user finds it easier to select these values using a checkbox on
a form where only one of the three possible options is appropriate.

Is there a way to link the checkbox to only one of the possible values in
the field on a continuous form?

Thanks,

Scott A
 
M

Marshall Barton

Scott said:
I have a field on a continuous form that references a lookup table (the field
stores only the numeric values that correspond to text values in a linked
table).

However, the user finds it easier to select these values using a checkbox on
a form where only one of the three possible options is appropriate.

Is there a way to link the checkbox to only one of the possible values in
the field on a continuous form?

Not sure I understand what you're trying to do here. If you
are asking if you can replace the combo box with a 3 check
box Option Group, the answer is yes.
 
Top