multicolumn combo box

A

accessuser

I have a 2 column combobox called "gender". I would like the list to show the
name of text in column 1 (girl or boy)when selecting, but populate the code
from the 2nd column (1 or 2).
 
K

KARL DEWEY

Open form in design view, right click, select Properties at the bottom.
Change these properties like this --
Column Widths: 0.5"; 0"
Bound Column: 2
 
Top