I have a contacts management database where I have added four date fields to the main table labled: Birthday, Anniversary, Divorced, and Deceased. I would like to print out a report that only has three headers: Name, Event (includes whichever of the above four choices, as appropriate), and Date.
Desired format: (Sorted by month and day, but not by year)
Name Event Date George Birthday 1/14/2002 Nancy Anniversary 2/3/1998 Tim Deceased 3/5/2013 Bob Divorced 5/31/2006
Suggestions?