Quote:
Originally Posted by r937
Code:
WHERE MONTH[dob] = [ Enter month number 1 - 12 ]
|
Ok, I've tried this a few times and I'm not getting any result. I have some DOB's in the AgentDOB field, and all that data is stored like this:
4/1/84
10/7/63
So in this case I used the Where statement like this in the Criteria area of the Query Design View:
"Where"=[Enter Month (Use Number)]
So when I run the query, the system asks for the criteria, I put 4, and it comes back with no results. So I tried 10, same result. Am I missing something?