How to fill ComboBox with data from another table while filling a DataGridView with data from another table that has a relationship between each other
I want to fill the first ComboBox with data from another table, fill the second ComboBox with data from another table, and fill the DataGridView with the table that have relationships with both of the other table.