Multi Col. Combo Box Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a multi col. combo box with 2 columns. When a user selects a row in
the combo box, I would like to take the data in each of the columns and
assign it to a field in a table. I can get at one of the columns through the
Bound property of the combo box, but I am not clear as to how to get at the
other column that is not bound. Any suggestions?
 
Back
Top