The simplest way to do this is to use the combo box wizard to select the PK, the selection field, and the description field, then change the column display to 0";1";0". This will hide the PK and the description field.
On the combo box, after update event (help me guys) put this code:
Me.txtMyTextBox = Me.cboMyComboBox.Columns(2)
See if that works.
mmcdonal
|