Currently my Options.., Keyboard, Behavior entering field, is set to Select entire field.
Is there a way in code when a particular form is opened to change this behavior to Go to end of field for all fields on the form without having to handle each field individually like I am now with something like On_Enter set to Screen.ActiveControl.SelStart = Screen.ActiveControl.SelLength?
Thanks, John