Date Function

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
Format(Month(Date()),"mmmm") will return the full name of the month; ie,
February.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 
Field: SomeDateField
Criteria: Between DateSerial(Year(Date()),Month(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

Similar Threads


Back
Top