I'm stumped on this one. My db has a birthday field. However, the b-days are stored as text in YYYYMMDD format. I need to write a query that will return all records where the birthdate field is within 15 days, before or after the current date. So, I really only need to compare today's month and day to the month and day of the birthdates in the db. Any thoughts?