current month records

  • Thread starter Thread starter desertdirk
  • Start date Start date
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")
 
Back
Top