current month records

D

Duane Hookom

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")
 
Top