maybe as part of your coding simply add in
textbox1.set focus
so even if the focus wanders to the command button, it's instantly
redirected back to the textbox.
just an idea.

susan
> "Tetsuya Oguma" <TetsuyaOg...@discussions.microsoft.com> wrote in message
>
> news:F7A9381D-74D3-41DE-9EB7-(E-Mail Removed)...
>
>
>
> > Hi all,
>
> > I use the following Events associated with Textbox
> > 1. BeforeDropOrPaste (for OLE drag and drop)
> > 2. Keydown (for capturing key stroke)
>
> > by Taborder, the next control that gets focused is Commandbutton.
>
> > Simply put, I want focus to remain in the Textbox control when user
> presses
> > Enter key.
>
> > At the moment, I can clear the entry in the Textbox but no matter how I
> code
> > it focus shifts to the Commandbutton...
>
> > Thanks in advance.
> > Tetsuya Oguma- Hide quoted text -
>
> - Show quoted text -