wsloan311
Dec 4 2007, 11:14 AM
On a report, I want to just show the month and day (for a birthday list). How do I format to exlude the year?
Thanks.
MattJ
Dec 4 2007, 11:16 AM
Format([YourDate],"mm/dd")
HTH
Matt
dashiellx2000
Dec 4 2007, 11:16 AM
Use the
Format Function as part of the control source of the control in question.
HTH.