There are a couple of ways to do it. The easiest is to use the Month function in a query expression.
For example say you have a field with date information called dtDate. Create an expression in a blank query field like this.
intMonth: Month([dtdate]). This will return an integer equal to the month. In the criteria cell for the same query field use an expression like this. Month(Now()).