Move cursor to start of date field


/ Published in: Visual Basic
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Private Sub ABDate_Click()
  2. If IsNull(Me.ActiveControl) Then
  3. Me.ActiveControl.SelStart = 0
  4. End If
  5. End Sub

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.