edit record question

  • Thread starter Thread starter MikeF
  • Start date Start date
M

MikeF

Following is OnCllick of btnEditCurrentRecord.

Works fine, but when it sets focus to the field, it selects all text in it.
Would like it just to be the I-beam at the end of the text.

Me.AllowEdits = True
Screen.PreviousControl.SetFocus


Regards,
- Mike
 
On Mon, 4 May 2009 07:01:02 -0700, MikeF

That's the default behavior, but if you don't want that take a look at
the SelStart property.

-Tom.
Microsoft Access MVP
 
Back
Top