Manipulating insertion point of cursor

RangerTen

Rangers Lead The Way!
Local time
Today, 15:23
Joined
Jun 30, 2002
Messages
42
Is there a way that you can specify where the cursor will be put inside of a text box. I have a procedure that sets focus to a text box when it DoCmd.runCommand acCmdRefresh and it highlights all data when it sets focus. Is there a way that I can specify in code that I want the cursor to then move to the end of the text box (to the right, the last character (text) ). Thanks
 
There actually are a few functions for that purpose. Have a look to 'SelStart' in Access Help
 

Users who are viewing this thread

Back
Top Bottom