I have a sub form that contains a text box with an input mask on it, and when i entered the following code on the text boxes dbl click command it didn't work is there something simple that i'm missing? The text box is called date, and the input mask is the following:00/00/00;0;_
Thanks in advance.
Private Sub Date_DblClick(Cancel As Integer)
Me.Date.Text = Date
End Sub
Thanks in advance.
Private Sub Date_DblClick(Cancel As Integer)
Me.Date.Text = Date
End Sub