G
Guest
I used to be able to type a date in shortest possible form and Access would
translate with no problem -- e.g. typing "12/1/4" upon hitting enter would
change into "12/4/2004." Now it changes into "12/1/2002." Other attempts at
single digit dates produce wierder results.
Also, this little bit of code no longer works:
'to get the next record to start off with the same date as the last entered
DateID_AfterUpdate
Me.DateID.DefaultValue = Me.DateID
End Sub
This sort of thing always worked for me in the past; what gives? Now it
pretends to work, but the default value for the date field is now
"12/30/1899."
translate with no problem -- e.g. typing "12/1/4" upon hitting enter would
change into "12/4/2004." Now it changes into "12/1/2002." Other attempts at
single digit dates produce wierder results.
Also, this little bit of code no longer works:
'to get the next record to start off with the same date as the last entered
DateID_AfterUpdate
Me.DateID.DefaultValue = Me.DateID
End Sub
This sort of thing always worked for me in the past; what gives? Now it
pretends to work, but the default value for the date field is now
"12/30/1899."