In the OnClick event:
Me.Text0.SelStart = 0
Only problem is, if they want to edit an existing entry, they would have to use the arrow keys or re-type entry, so, you may want to check to see if any data exists in the field before moving to the first character.