Create a textbox with the same settings as the combobox for the following properties: ControlSource, Left, Top, Width and Height.
In Design view, set the textbox Visible property to True, and the combobox Visible property to False.
In the textbox's Got Focus Event, set textbox.visible=false...