Date Function

C

Chris

I'm looking for a date function that I can use that will always just pull
the current month. Any suggestions?

Thanks,
Chris
 
J

John Spencer (MVP)

Field: SomeDateField
Criteria: Between DateSerial(Year(Date()),Month(Date()),1) AND DateSerial(Year(Date()),Month(Date())+1,0)
 
Top