G
Guest
I need criteria for a query that will filter out the previous month's records.
Any help would be greatly appreciated.
Paul
Any help would be greatly appreciated.
Paul
I need criteria for a query that will filter out the previous month's records.
Any help would be greatly appreciated.
Paul
= DateSerial(Year(Date()), Month(Date()) - 1, 1) AND < DateSerial(Year(Date()), Month(Date()), 1)
Paul.S said:I need criteria for a query that will filter out the previous month's records.
Any help would be greatly appreciated.
Paul