G
Guest
I've successfully written a routine that automatically updates my combo box
if the user decides to add a new value.
However....
Let's say I have a name in the combo box list: "Blue Hawaii"
and I want to add "Blue" ... Just "Blue" and not "Blue Hawaii" (I can make
the not-in-list event come up by deleting Hawaii)
The problem is, that even though the new value "Blue" is now in the table,
the combo box still accepts "Blue Hawaii" instead of blue.
How can I control this better?
if the user decides to add a new value.
However....
Let's say I have a name in the combo box list: "Blue Hawaii"
and I want to add "Blue" ... Just "Blue" and not "Blue Hawaii" (I can make
the not-in-list event come up by deleting Hawaii)
The problem is, that even though the new value "Blue" is now in the table,
the combo box still accepts "Blue Hawaii" instead of blue.
How can I control this better?