D desertdirk Dec 13, 2003 #1 How do I get the only the records from the current month to print? Thanks
D Duane Hookom Dec 14, 2003 #2 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")
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")