Sort by Month/Year

A

awente

I am new to the database world and am trying to organize employee records. Is there a way to Query or Filter the database to return all of the birthdays that will fall within a given month.
 
A

Allen Browne

Type a calculated field into the query that returns the person's birthday
this year:

Birthday: DateSerial(Year(Date()), Month([DOB]), Day([DOB]))

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.
awente said:
I am new to the database world and am trying to organize employee records.
Is there a way to Query or Filter the database to return all of the
birthdays that will fall within a given 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