G
Guest
I am trying to create a report that uses records from the previous month. The
approach I am attempting is to base the report on a query that has been built
to return the records for the previous month. The field name containing the
date is Due Date. In the query, I have used DateAdd("m",-1,Date()) as my
criteria under the "Due Date" field, but it returns nothing, even though
there are two records that should be displayed. So, my questions are:
1) Am I using an incorrect formula? I have tried a few combinations of
DateSerial functions, to no success. What would the correct formula be?
2) Am I taking the wrong approach? Should I build that filter directly into
the report?
Thanks,
JL
approach I am attempting is to base the report on a query that has been built
to return the records for the previous month. The field name containing the
date is Due Date. In the query, I have used DateAdd("m",-1,Date()) as my
criteria under the "Due Date" field, but it returns nothing, even though
there are two records that should be displayed. So, my questions are:
1) Am I using an incorrect formula? I have tried a few combinations of
DateSerial functions, to no success. What would the correct formula be?
2) Am I taking the wrong approach? Should I build that filter directly into
the report?
Thanks,
JL