Hi All
I'm possibly missing something obvious here but a date formaula that I was using in access 2007 doesn't seem to be working in 2010.
The formula that I had was Between DateSerial(Year(Date())-IIf(Month(Date())<4,1,0),4,1) And DateSerial(Year(Date())+IIf(Month(Date())>3,1,0),3,31). The...