Thanks for the suggestoin. I had thought about this, too. But I really can't use a date field because I'm looking for who has a birthday this month of this year. If I use a date field, which includes the year, then I am looking for anyone who was BORN in the current month and year. We wouldn't have any employees that ever met that critieria. :)
It looks like I will have to use a passthrough query object. Unless there is some way to have the OQL language parse out a date field by using MONTH(), DAY(), or YEAR() functions then this isn't going to work with IEntityObjects. Bummer.
Darren