Could not find any focus in properties that makes sense. How do you do it?
Under keyboard options I have "Next Field" checked for both arrows and "move after enter." Behavior entering field is checked to "Go to start of Field." This has no affect at all. When I hit enter the field disappears. However, the Tab key works as I would want the "Enter " key to work. Very strange indeed!
SetFocus is a method of most controls. In the OnEnter event of a control if you put Me.txtBox2.SetFocus you will move to txtBox2 every time you enter that control. What normal behavior of the GUI are you trying to alter?