Tab into text field

I have a form with some text fields. if I tab into a textfield then all text in the textfield is highlighted. I would like to have the text NOT highlighted and the cursor after the last character.
How can I do that ?

me.selectionStart = me.Text.Length
me.selectionLength = 0

danke Beatrix,
works great