I have been using thi9s code to update a field, and until today it worked fine. Can someone try this code and tell me if there is a problem. I get 2/1/1368 as the return value.
Code:
Command1.Click()
Dim dDate
dDate = Format(Now, Date)
Text1.Text = dDate
End Sub