Current month sepcific day query

G

Guest

Hello:

What would I place in a query for criteria to have it show the the current
month and a specific day of the month. Say the 1st or 15th day.

Thank you,

Robert
 
D

dan artuso

Hi,
I'm going to assume you have a field with a date in it (otherwise it would
be impossible)

The criteria would be something like this:

Where Month(yourDateField) = Month(Date()) And Day(yourDateField) = 15
 

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