Try using the Instr() function.
Create a Query to run a Report. In the query, have a new field that is something like this.
iif(Instr([DOB],3,2)= [Enter Month in Digits],-1,0)
This will then select the 3 & 4 digit of the Date Of Birth where the Month is equal to the Month that the user enters...