viper5646
Active member
lets see if I can explain my self. I have 2 fields in the country the country table "CountryName & Countrycoed" .
My question is how to display the Contrycoed in a textbox after selecting the country in a combobox. For example if I select Canada in the combo
I would like CND to be displayed in the textbox. This is the SQL I have to load the combobox
Thank you
VB.NET:
comType.CommandText = String.Format("select CountryName,Countrycoed from Country ")