Currently using :
wcbHS.SelectedItem = wcbHS.Items(dr(9))
Using this to load the values :
With wcbHS
.DataSource = Globals.dsDD.Tables(“tblHS”)
.DisplayFormat = “%DISPLAY%”
.Columns(“VALUE”).Visible = False
.Columns(“ABR”).Visible = False
.ValueMember = “VALUE”
End With
Currently it’s pulling, for example if dr(9) = 3, the third row. I need this to default the displayed value to the row where the value for VALUE=3
Any help would be much appriciated
Imported from legacy forums. Posted by Ooh (had 3882 views)