I have a two column combobox where you select an item from the first column and the value is selected from the second column. I want to also allow people to enter by hand an item into the combobox. So, I was trying something like what is shown in the subject of this message:
ComboBox1.Value = ComboBox1.Text which is executed after the user types in the custom entry. I get the error:
"Could not set the Value property. Invalid property value."
Any ideas?
Thanks!
ComboBox1.Value = ComboBox1.Text which is executed after the user types in the custom entry. I get the error:
"Could not set the Value property. Invalid property value."
Any ideas?
Thanks!