Did you look at the DATEPART function? You should be able to do the following:
SELECT *
FROM MyTable
WHERE DATEPART("m", MyTable.DateField) = 5; Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...