The previous fields mentioned are in the same Navigation Order, and are fields stacked on top of each other. In normal Navigation, I'm looking to skip the Extra Address field, but also want to be able to access it by moving back up from the Address field (hitting the up key) if I need to add to it (10% of records added).
If I have ThrowFocus(Extra Address) in the "On Element Exit" field of Full Name, this will move from Full Name to Extra Address every time, even if I'm trying to move up to Surname. I can use the mouse to override this obviously, but its an inconvenience.
If I simply put Extra Address at the end of the Navigation Order, this solves the above problem but creates a similar new one: I can freely get back to Surname from Full Name, but I need to either move through all the fields of my database or click the Extra Address field with my mouse to get to Extra Address, which is similar to what I'm encountering above.
I'm looking for a combination of the two above situations somehow (normal navigation from Full Name goes to Address but can return to Surname as the navigation order situation offers, but also the option to return to Extra Address from Address if need be)... Is the main problem my own laziness in not wanting to use the mouse?

Right now I'm half getting what I want by making this throw focus an "On Element Change" event, since most of my desire for this Navigation takes place when adding records, and still allows me to get back to surname when I'm just passing throught the field. @Add is also a good idea, and has somewhat of a similar result.
Can you elaborate more on why you would put a ThrowFocus Command on the On Entry section of the element you are wishing to go to?
Thanks...