It doesn't appear that it's possible to run a command simply by pressing ENTER while in a textbox. What I'd like to be able to do is let the user type something in a textbox then press ENTER and then have the app run a command but I can't seem to find any way to do this. Every time I press ENTER, it jumps to the next control on the form based on the TabIndex number. TIA