Is it possible to have more than one ValueMember in a ComboBox using a SQL DataTable?
FruitIt | Fruit | Description | Table1 | Apple | An apple a day | tbl Apple
2 | Banana | is healthy | tblBanana
3 | Melon | Melons are huge | tblMelon
My combobox displays the fruit and if selected displays the description, how do i open the table?
Thanks in advance