/ Published in: Visual Basic
Expand |
Embed | Plain Text
Private Sub ABDate_Click() If IsNull(Me.ActiveControl) Then Me.ActiveControl.SelStart = 0 End If End Sub
You need to login to post a comment.
Private Sub ABDate_Click() If IsNull(Me.ActiveControl) Then Me.ActiveControl.SelStart = 0 End If End Sub
You need to login to post a comment.