Hello,
Trying to figure out a problem just hoping someone might be able to help or point me in the right direction.

What I am trying to do is have a ComboBox's contents and some text boxes be supplied by cells within a datagridview.
What I would like to do is if say column1 contents are = "GY" then that records column2 goes into the comboBox's items. I want it to then loop through the entire datagridview records and add every example of this to the comboBox's collection. From their I want to be able to select a item from the comboBox and then textBox1 and textBox2's contents will be provided from the same record but instead column 3 and 4 of same as the selected item in comboBox... any help would be appreciated. Thanks