I tried to unbind a combobox with code
ComboBox2.DataSource = "".
But It failed by saying error similar to complex databinding. Then I did it with
ComboBox2.DataSource = vbNullString
so experienced to have more stuff in basics....
ComboBox2.DataSource = "".
But It failed by saying error similar to complex databinding. Then I did it with
ComboBox2.DataSource = vbNullString
so experienced to have more stuff in basics....