T
Tim
it must be tempting to say FTFM, but believe me I have.
I have a combobox.
I set Co.ValueMember = "field1"
and Co.DisplayMember = "field2"
and then load some data this way
Co.DataSource = DS.Tables(1)
so far so good, I now have a combo filled with data.
Now all I need to do is move the combo to an item with code, based on
the ValueMember.
I guessed something like
Co.SelectedValue = "123"
No joy. I have loads of other things as well.
Any tips?
I have a combobox.
I set Co.ValueMember = "field1"
and Co.DisplayMember = "field2"
and then load some data this way
Co.DataSource = DS.Tables(1)
so far so good, I now have a combo filled with data.
Now all I need to do is move the combo to an item with code, based on
the ValueMember.
I guessed something like
Co.SelectedValue = "123"
No joy. I have loads of other things as well.
Any tips?