T
tony wong
how come there is no auto input by the following code.
***************
Private Sub XYZitem_AfterUpdate()
Me.XYZfrm = Date
End Sub
****************
however, when i change as following, it works.
Me.XYZfrm = "2004/9/20"
i run "? date" in the immediately windows, the answer is 2004/9/20
Therefore, what is wrong with me? Thanks.
***************
Private Sub XYZitem_AfterUpdate()
Me.XYZfrm = Date
End Sub
****************
however, when i change as following, it works.
Me.XYZfrm = "2004/9/20"
i run "? date" in the immediately windows, the answer is 2004/9/20
Therefore, what is wrong with me? Thanks.