I am using currently the following code to populate a combobox:
combobox.DataSource = datatable; combobox.DisplayMember = \"Auftragsnummer\"; combobox.ValueM
You can't have a multiple column combo-box.
Would you not be better off using a DataGridView instead