A
Andrew Glennie
Hi All,
I am working on a report for which I need the result from the beginning of
the Financial Year (in my case July 01) to the previous month. I have a query
using the following to generate the range - unfortunately it produces a range
including the current month.
Between
DateSerial(Year(Date())-IIf(DateSerial(Year(Date()),7,1)>Date(),1,0),7,1) And
Date()
Have attempted to change the first DateSerial with no success.
Thanks in advance.
Andrew
I am working on a report for which I need the result from the beginning of
the Financial Year (in my case July 01) to the previous month. I have a query
using the following to generate the range - unfortunately it produces a range
including the current month.
Between
DateSerial(Year(Date())-IIf(DateSerial(Year(Date()),7,1)>Date(),1,0),7,1) And
Date()
Have attempted to change the first DateSerial with no success.
Thanks in advance.
Andrew