The change event occurs each time the text in the control changes. So if the user presses a key that causes the text to change (like a letter or number), then the event will occur.
The only thing I can think of to accomplish what you need is to set up a timer when the text box gets focus (the Enter event) and the respond to the timer event instead of the change event.
Hope this helps.
www.insteptech.com ;
msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!