Each input box on the form has a property called "TabIndex" Set these numerically and you should be able to tab through the form from 1 to 11 (or whatever). When the form reloads the cursor should be at the box set as TabIndex1.
It works for me and I've built a few forms.

As I'm new there might be a better way to do this, good luck.