I need to query an Access db for all of<br>the rows that match a specific month and year only<br>in a smalldate field. What is the best way<br>to format the WHERE clause of the sql statement?<br>I would like to use the moth as a 2 digit number<br>and year as a 4 digit number.<br><br>I have tried "WHERE datefield like 'mo%year%'"<br>But it does not work.<br><br>Thanks<br>Lowtide