Behavior Entering Field
1. insert
SetOption "Behavior Entering Field",2
in the Form_Load() event procedure.
2. insert
SetOption "Behavior Entering Field",0
in Lost_Focus() event procedure of the earlier Field in the Tab Order to enable the full field selection for the field you need.
3. insert the first statement in the Lost_Focus() event procedure of this field to reset it back to Form level.