air1access
Technical User
If I have a value in one field that is 4/1/2015...
How can I get all records from the 2 months prior to 4/1/2015...?
March and Feburary....
This does kinda what I want - but only works for getting the records for the 2 months prior to the current month...
Between DateSerial(Year(Date()),Month(Date())-1,1) And DateSerial(Year(Date()),Month(Date())-2,0)
I need to get the 2 months prior to a given month listed in my recordset...
Any suggestion/examples...?
Thanks in advance..!!!
air1access
How can I get all records from the 2 months prior to 4/1/2015...?
March and Feburary....
This does kinda what I want - but only works for getting the records for the 2 months prior to the current month...
Between DateSerial(Year(Date()),Month(Date())-1,1) And DateSerial(Year(Date()),Month(Date())-2,0)
I need to get the 2 months prior to a given month listed in my recordset...
Any suggestion/examples...?
Thanks in advance..!!!
air1access