What I provided was an example, based on Northwind's Orders table (just because this was handy and included a date field).
You need to tailor it your particular table (which probably doesn't include an OrderDate)
Create a query based on your table.
Add a calculated field, e.g. Month([YourDOBField])
In the criteria cell of this field:
[Enter Month 1-12]
Bob