current month records

  • Thread starter Thread starter desertdirk
  • Start date Start date
D

desertdirk

How do I get the only the records from the current month to print?
Thanks
 
You start by having a date field in your table that contains a value that
you can use to query. Try use
Format([DateField],"yyyymm") = Format(Date(),"yyyyymm")
 

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

Back
Top