K
KLR
I need to create 2 queries that will pull through all records with the
current month in date field, and another pulling through all records
dated the previous month. I want the query to be automated so the
criteria doesn't have to be amended each month and don't want to use a
parameter query either.
I have tried using DateSerial(Year(Date()),Month(Date()),1) And
<DateSerial(Year(Date()),Month(Date())+1,1) to pull through records for
the current month and was hoping to adapt for previous month but it
isn't working.
Does anyone have any suggestions?
Many thanks.
KLR
current month in date field, and another pulling through all records
dated the previous month. I want the query to be automated so the
criteria doesn't have to be amended each month and don't want to use a
parameter query either.
I have tried using DateSerial(Year(Date()),Month(Date()),1) And
<DateSerial(Year(Date()),Month(Date())+1,1) to pull through records for
the current month and was hoping to adapt for previous month but it
isn't working.
Does anyone have any suggestions?
Many thanks.
KLR