Kamis, 24 Mei 2012

[MS_AccessPros] Finding "This Fiscal Year"

 


We have a fiscal year which runs from 1st July to 30th June. I need
to find dates that are within "This Fiscal Year".

I had a similar need and the group advised this SQL which works for
the first requirement.

>IIf(Month(Date())>=7,DateSerial(Year(Date()),7,1),DateSerial(Year(Date())-1,7,1))

It is currently finding dates after 1/7/2012.

What do I need to do to change it?

Many thanks,

Robin Chapple

__._,_.___
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar