I have a ComboBox on a form which shows a list of valid names. After a name is selected I run a Macro (using the ‘AfterUpdate’ option) which in turn passes the name to a Module for further processing. If a name is selected from the list everything works fine but I have some users who use the Delete Key to space out the name and when this happens I get a ‘Type Mismatch‘ error. The field name in the Module is defined as a ‘String’ and so my question is what can I do to stop the ‘Type Mismatch‘ error from being displayed? Thank you for your time.