records in current month

A

alecgreen

Hi

I want to use a query that returns records in the current month from a
date field, but cant work the query out - anyone help please

Thanks

Alec
 
D

Duane Hookom

Set the criteria under the date field to:

Between Date()-Day(Date())+1 AND DateSerial(Year(Date()),Month(Date())+1,0)
 

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