When you enter the date 2/29, since this is 2005 is not a leap year, Access
assumes you mean the second month of 2029 and displays the first day of
February 2029. Try entering 2/29/2004 (2004 was a leap year) and you'll see
that it works, or it should.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
>I have a DOB field in a table, data type Date/Time, format mm/dd - I am not
> storing the year, it is unimportant in my project.
[quoted text clipped - 8 lines]
> this
> -- an easy way to get around this.
Anita Taylor - 20 Jan 2005 14:59 GMT
>>Try entering 2/29/2004 (2004 was a leap year)
That works fine. We dummy all birth years to be the current year, which in
this case is 2005, but the logic of our reports depends on the birth day
being less than our selected date, so this should still work.
I appreciate the tip.
Lynn Trapp - 20 Jan 2005 15:48 GMT
I'm glad it works for you.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
>>>Try entering 2/29/2004 (2004 was a leap year)
>
[quoted text clipped - 3 lines]
>
> I appreciate the tip.