How do I unhighlight Access form field when tabbing to it?

B

BagEnd

When you tab to a form field it automatically hightlights, meaning you
overtype and replace existing text by default. How do I positon cursor to
end of field so users can just append new text?
 
R

Rick Brandt

BagEnd said:
When you tab to a form field it automatically hightlights, meaning you
overtype and replace existing text by default. How do I positon cursor to
end of field so users can just append new text?

Tools
Options
[Keyboard]
"Behavior Entering Field"
o Select Entire Field
o Go to Start of Field
x Go to End of Field
 
Top