save other columns of combo box

G

G

What is the correct way to save the 2nd column of a combo box to a table?
Would it be better to leave out the first column (id) from the rowsource?
 
N

Nikos Yannacopoulos

Open the form in design view, display the properties for the combo box and
on the Data tab change the Bound Column property value to 2.

HTH,
Nikos
 
Top