D
Dave
Testing for the year returns a null using the system date. I am using
Access2007. This worked in Access2003.
My code is:
190 If Right(Year(Date), 2) = txtEYear Then txtEYear = ""
When I run the code and check "date" with debug, it shows 'null'.
Access2007. This worked in Access2003.
My code is:
190 If Right(Year(Date), 2) = txtEYear Then txtEYear = ""
When I run the code and check "date" with debug, it shows 'null'.