I have the requirement that in order to save the record, the used needs to press enter. Using the keycode I can determine if the user presses enter or some other key. If they press some other key, how do I stop all code within this text box from executing and return the focus to this text box? Thanks in advance!!