Hope this makes sense, I have a database already in place that contains personal information for a variety of individuals. I'm trying to allow an option to search the database for birthdays. I have a simple user form set up, with a drop down box to select the month of the year, on cmdclick, I want it to search the database for anyone with a birthday in the month and produce a list. Not sure if it's a big deal, but the drop down box is text entry (i.e. January etc...) but the database is numerical entry (i.e. 1/1/1980)