T
Todd D. Levy
I have a report with a date field in the query that I use to return only
records from the previous calendar month (based on the month the report
is run in)
I use this criteria:
Between DateSerial(Year(Date()),Month(Date())-1,1) And DateSerial(Year
(Date()),Month(Date()),0)
I would like to have the month & year that the returned records are from
displayed in the report footer.
Is this possible?
records from the previous calendar month (based on the month the report
is run in)
I use this criteria:
Between DateSerial(Year(Date()),Month(Date())-1,1) And DateSerial(Year
(Date()),Month(Date()),0)
I would like to have the month & year that the returned records are from
displayed in the report footer.
Is this possible?