Between DateSerial(Year(Date()),Month(Date())-1,1) And DateSerial(Year(Date()),Month(Date()),0)
I am using the above to select the preceding 12 months data, but it does not show the current months details, can this be adapted to do this!
I am using the above to select the preceding 12 months data, but it does not show the current months details, can this be adapted to do this!