Set the Style property of the combo to 0 - fmStyleDropDownCombo so you can delete the text that is typed in. Or Add
an item that is an empty string. Then if they select "blank" it can blank out or do what ever you code it to do.