Hello,

What I am trying to do is have a combox box on form 2 that is linked to a DataGridView on form 1. What I would like it to do is auto-populate the combobox with contents from column 2 if column 1 has an X. I am unsure on the best way to do this.

Thank You