![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to highlight any existing text, in a text box, when I click on it, like when I Tab into the text box. I can't find anything in the help. Any help is appreciated ShyGuy |
#3
| |||
| |||
|
|
You can use selstart and sellength properties of a textbox in order to select any existing text. In order to select the whole text of textbox01, use, me.textbox01.selstart=0 me.textbox01.sellength=len(nz(me.textbox01)) Regards, Ramesh ShyGuy <shyguy (AT) shytown (DOT) com> wrote I want to highlight any existing text, in a text box, when I click on it, like when I Tab into the text box. I can't find anything in the help. Any help is appreciated ShyGuy |
![]() |
| Thread Tools | |
| Display Modes | |
| |