Re: selecting an entire field
- From: "BruceM" <bamoob@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Apr 2006 11:50:35 -0400
That would make it necessary to use the arrow keys to edit an existing
record. Users who can't remember to use the tab key will surely be
frustrated when they find they can't click to position the cursor within a
field.
"Barry Gilbert" <blgilbert@xxxxxxxxx> wrote in message
news:1144337022.749817.308630@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In the control's OnClick event, put this code:
Me.ControlName.SelStart = 0
Me.ControlName.SelLength = Len(Me.ControlName)
HTH,
Barry
.
- Follow-Ups:
- Re: selecting an entire field
- From: Barry Gilbert
- Re: selecting an entire field
- References:
- selecting an entire field
- From: Keith
- Re: selecting an entire field
- From: Barry Gilbert
- selecting an entire field
- Prev by Date: Re: selecting an entire field
- Next by Date: Re: selecting an entire field
- Previous by thread: Re: selecting an entire field
- Next by thread: Re: selecting an entire field
- Index(es):
Relevant Pages
|