cursor position

mshirwan

Registered User.
Local time
Today, 06:33
Joined
Jul 25, 2004
Messages
20
Can anyone tell me how to make sure that the cursor is at the begining of the field when a field gets focuse

By the way it is a text field on a form
 
Go to tools → options → tab keyboard → select go to start of field.
 
Or:

Me.MyTextBox.SelStart = 1
 

Users who are viewing this thread

Back
Top Bottom