OK. For anyone looking for this in the future let me tell you how I went about this.
I filled the DataSet with Data From SQL. Bound a ComboBox to the DataSet.
Code:
txtbox1.text = dataset.tables("table name here").Rows(cbox1.selectedindex).Item("Column name here")
txtbox2.text = dataset.tables("table
Leave a comment: