How to display in a datagridview a table but for one column need to display the values associated with the codes in that column.

  • Thread starter Thread starter vblover29
  • Start date Start date
V

vblover29

Guest
I have a sql table1, one of the columns keeps codes whose associated values are in a second table2 (with the codes). How to get the datagridview to show all of the columns in table1 except for the codes column in which i want to display the values from table2 associated with each code. Thanks. (Preferrably using comboboxcolumn).

Continue reading...
 
Back
Top