T Tod Terry Sep 25, 2003 #1 I'm looking for a way in Access 2000 to upon entering a form field to move to the beginning of the field. Thank you
I'm looking for a way in Access 2000 to upon entering a form field to move to the beginning of the field. Thank you
S Steve Schapel Sep 25, 2003 #2 Tod, Me.MyField.SelStart = 0 I think this would need to be put on both the OnClick and OnGotFocus events. - Steve Schapel, Microsoft Access MVP
Tod, Me.MyField.SelStart = 0 I think this would need to be put on both the OnClick and OnGotFocus events. - Steve Schapel, Microsoft Access MVP