G
Guest
I've never found a decent solution to this, but it seems it should be easy.
I've created a data entry form to enter survey responses. Every answer has a
value associated with it. For example, the field Sex:
Value Label
--------------
1 Male
2 Female
99 Unknown or Missing
The control on the form is a combo box which uses a query to look up the
values in tblLookup. The combo box displays 2 columns, the value and label.
On the data entry form, I would like the user to be able to keystroke the
value (e.g., hit "2" for Female), but have the *label* display in the box and
have the label stored in the table.
My bound column is set to 2 (the label), but when the user presses a "2" for
Female, the "2" is displayed in the box on the form. How can I have the label
displayed?
Thanks.
Kurt
I've created a data entry form to enter survey responses. Every answer has a
value associated with it. For example, the field Sex:
Value Label
--------------
1 Male
2 Female
99 Unknown or Missing
The control on the form is a combo box which uses a query to look up the
values in tblLookup. The combo box displays 2 columns, the value and label.
On the data entry form, I would like the user to be able to keystroke the
value (e.g., hit "2" for Female), but have the *label* display in the box and
have the label stored in the table.
My bound column is set to 2 (the label), but when the user presses a "2" for
Female, the "2" is displayed in the box on the form. How can I have the label
displayed?
Thanks.
Kurt