Here is the 15th time i have typed this little ditty... I am nominating myself for a noball piece prize

Disclaimer: This is only useful if u dont use a Default command button on a form

Put a small command button on ur form. Set Default property to true, Tabstop to false and then hide it behind a textbox, picture box or whatever.

In the click event of the button just add this
SendKeys "{TAB}"

and that's it. U no longer have to put code into each textbox.