Has anybody ever experienced or seen this before.
I have a date field which I set to the current date when the record is being saved for the first time.
The field is set to Date/Time type and the format is 'General Date'.
The code which assigns the value is :..
Screen.ActiveForm!DateCreated = Format(Now(), "General Date".
Yet for a few records I see the value '12/29/1899'.
What is going on?
I have a date field which I set to the current date when the record is being saved for the first time.
The field is set to Date/Time type and the format is 'General Date'.
The code which assigns the value is :..
Screen.ActiveForm!DateCreated = Format(Now(), "General Date".
Yet for a few records I see the value '12/29/1899'.
What is going on?