My combobox looks up values from a table. If the user types in a value which is not in a table a msgbox comes up asking if he wishes to add it. If he accepts the value gets added. However, how should I handle an instance when the user adds a misspelled value and then wishes to delete it? How can I design something that would allow the user to scroll to a particular value in the combo and upon clicking Delete button remove that value from the list-table? (Then of course there is also a question of fixing the records with the misspelled value chosen
)
