B
Barcode
Hello
I have a form with a field called "search" when I write on it, so I wiould
like to find code that make on change after refresh the cursor will be to the
left to continue writing.
Now when I write, with every key pressing it will be refresh and the
selection is being on the character I wrote, so I cannot write more than only
one character.
I need a code that put the cursor to the left hand side so that I can
continue writing inside that field.
The field that I wrote inside it, contains the following code:
Private Sub Search_Change()
Me.Refresh
End Sub
Any help ?
I have a form with a field called "search" when I write on it, so I wiould
like to find code that make on change after refresh the cursor will be to the
left to continue writing.
Now when I write, with every key pressing it will be refresh and the
selection is being on the character I wrote, so I cannot write more than only
one character.
I need a code that put the cursor to the left hand side so that I can
continue writing inside that field.
The field that I wrote inside it, contains the following code:
Private Sub Search_Change()
Me.Refresh
End Sub
Any help ?