moving cursor to beginning

A

Andy G

How can I move the cursor to the beginning of a field when the user clicks
into that field?

Something like

On_Enter...
txtName.SelStart = 0
 
Top