Could you not disable the text box if no actual keyboard input is required? Or even use a label?
You can call functions to process the data in the text property of either without having to trap enter events.
Of course, that’s no use if you also need the option of manual entry in that same form (though maybe you could change the text box status if manual entry is required, something like that).