redsteve11
MIS
I have a command button on a form that time stamps the date in a field
Private Sub Command297_Click()
Me.Last_Updated_Date.Value = Date
End Sub
It works fine on my computer, but on someone elses it brings up an error as if it doesnt recognize the formula.
Is there any other way to use the "= Date()" function?
Thank you
Private Sub Command297_Click()
Me.Last_Updated_Date.Value = Date
End Sub
It works fine on my computer, but on someone elses it brings up an error as if it doesnt recognize the formula.
Is there any other way to use the "= Date()" function?
Thank you