[RESOLVED] Combobox Filter With Databinding (VB.NET)
I have 2 comboboxes displaying 2 different columns from the same table in a SQL database. I would like to filter the second combobox depending upon the selection in the first combobox.
I have searched the internet and have only found semi-confusing tutorials and examples that I do not find very helpful as I am new to VB.NET.
SQL DB Tablename = Motor
Two column names are 1. Voltage 2. Horsepower
Two comboboxes are 1. cboMotorVoltage 2. cboMotorHP
Bookmarks