![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I use these code in the afterupdate event of a combobox to let the cursor jump to another field and also to avoid it default highlight the contents in that field: Me.Description.SetFocus Me.Description.SelStart = Len(Me.Description) Strange is that is sometimes work, but mostly I get: Runtime Error Invalid use of Null [End] [Debug] How to solve, basically, I want to have the cursor at the end of the text should there be text, to avoid highlighting, as the SetFocus command works fine. |
![]() |
| Thread Tools | |
| Display Modes | |
| |