Birthday Query

K

Kelly

I have a birthday field called 'Birthdate', it is formatted as mm/dd/yy. I
need create a query that asks for just the month....
 
H

Hafeez Esmail

Create your query, and in a new column in the design grid view, enter the
following:
Field: Month: Month([birthdate])
Criteria: [Please enter a month:]

as long as you type in the month number (i.e. october = 10 and feb = 2),
you'll be able to see every record (despite the year or date) that is in the
month you've entered.

HTH
Hafeez Esmail
 
K

Kelly

Thanks so much...I knew it had to be easy!!!!
--
Kelly


Hafeez Esmail said:
Create your query, and in a new column in the design grid view, enter the
following:
Field: Month: Month([birthdate])
Criteria: [Please enter a month:]

as long as you type in the month number (i.e. october = 10 and feb = 2),
you'll be able to see every record (despite the year or date) that is in the
month you've entered.

HTH
Hafeez Esmail

Kelly said:
I have a birthday field called 'Birthdate', it is formatted as mm/dd/yy. I
need create a query that asks for just the month....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top