Please ignore previous response. It was incomplete.
Hi Mike,
[b]Have you tried putting NODEFAULT in the control's LostFocus?
Or, if that doesn't work (I've never tried it), how about THIS.SetFocus in the LostFocus?[/b]
Both responses work. However it also disable the up arrow.
In the control's Keypress event, test to see if the key is Tab, Enter, DownArrow, etc. If it is, issue NODEFAULT.
This works fine. It was the "NODEFAULT" that I needed.
Thanks,
Sam