Hi,
I need advice and help. I am trying to display 2 fields as a choice in 1 combobox. I only know how to display 1 field in the combobox.
I am currently working with this code.
CustomerSupplierIDComboBox.DataSource = sDataSet.Tables("Candidate")
CustomerSupplierIDComboBox.DisplayMember = "Candidate ID"
CustomerSupplierLabel.DataBindings.Add("Text" CandidateBindingSource, "CustomerName")
My next table to be include in this combobox is the SUPPLIER Table with the label to be display is SupplierName. How do I include all this to operate the combobox?
Please advice.
Sharepoint Consulting