You should be able to set the proper tab order in form design view. Click on View > Tab Order...
in form design, and set the appropriate order. You'll also want to verify that you have the Tab
Stop property for each control that you want to receive focus set to Yes. This property is found
on the Other tab of the properties dialog (View > Properties) for each control.
Tom
______________________________________
When I hit tab, I want to move to the next closest field on my form but instead my cursor moves
haphazardly all over the place. Is there a way to make this move more systematically rather than
having to put SetFocus in all the OnEnter fields one by one? Thanks.