Currently got a combo box, databound to a dataset.
In my code however, I want to be able to have something like...
Me.ComboBox.UID=5
Where UID is a public event that looks through the dataset the control is bound to until it comes to a number 5 in a uid column, and then just updates the combo box with what is in row 5.
Any ideas?
In my code however, I want to be able to have something like...
Me.ComboBox.UID=5
Where UID is a public event that looks through the dataset the control is bound to until it comes to a number 5 in a uid column, and then just updates the combo box with what is in row 5.
Any ideas?