M mshirwan Registered User. Local time Today, 06:33 Joined Jul 25, 2004 Messages 20 Jul 26, 2004 #1 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
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
Ron_dK Cool bop aficionado Local time Today, 07:33 Joined Sep 5, 2002 Messages 2,141 Jul 26, 2004 #2 Go to tools → options → tab keyboard → select go to start of field.
Mile-O Back once again... Local time Today, 06:33 Joined Dec 10, 2002 Messages 11,316 Jul 26, 2004 #3 Or: Me.MyTextBox.SelStart = 1
M mshirwan Registered User. Local time Today, 06:33 Joined Jul 25, 2004 Messages 20 Jul 27, 2004 #4 Thanks that worked That was good it works fine