Building a database and I've got most of it figured out so far. However, I'm stuck on this one part. I've got a table with all the info I need in it and now I want to generate a birthday list with a specific layout. I built a query to pull first name, last name, and birthday but I don't want the birth year to show in the report, just the month and the day. Then I would like to sort them by the month. Is this possible or should I redesign the table so that the month and the day are in one field and the year is in another?