Sorting dates by the month

R

Robin Chapple

I have a report that records dates that we need to send anniversary
greetings.

I need the complete date to be displayed but I need to sort by day and
month.

Sounds impossible.

Thanks,

Robin Chapple
 
D

Douglas J. Steele

Add a calculated field to your query, and sort on it. Something like
Format([MyDateField], "mmdd") will work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top