ProgramError
Programmer
Access thinks 31st of feb is a true date.
I used the following in the immediate window in VBA and it returned as being true???
Try it in the immediate window
? isdate("31/02/08")
? isdate("99/02/08")
It also works with 99th of June and other dates up to
? isdate("12/13/08")
? isdate("13/13/08") returns false
Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.
I used the following in the immediate window in VBA and it returned as being true???
Try it in the immediate window
? isdate("31/02/08")
? isdate("99/02/08")
It also works with 99th of June and other dates up to
? isdate("12/13/08")
? isdate("13/13/08") returns false
Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.