Need some assistance on my VB coding.
Actually I need to display the data from the table based on my combobox list selection.
Example
Column 1 Column 2
A Text1
B Text 2
C Text 3

Once the user select 'B' from the comboBox, the label1 should display the Column 2 value = Text 2.
Please do help me on this issue.
Thank you.