Actually, if you enter a month and day, but no year, into a date field,
Access is going to add the current year to it! Then, as Rick said, you can
use the Format() function to only display the month and day.
Given today's month/date
Format(BirthDate,"mm/dd") yields 11/24
Format(BirthDate,"mmm dd") yields Nov 24
Format(BirthDate,"mmmm dd") yields November 24
--
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003
Message posted via AccessMonster.comhttp://
www.accessmonster.com/Uwe/Forums.aspx/access-gettingstarted/20...