Have you considered using this ---
Between CVDate("4/1/"&Format(Date(),"yyyy")) And
CVDate("3/31/"&Format(DateAdd("yyyy",1,Date()),"yyyy"))

Signature
KARL DEWEY
Build a little - Test a little
> I am using a crosstab query for selecting data for a date range spanning 12
> months over two different years using a "Between & And" date range e.g
[quoted text clipped - 5 lines]
> my question is: is it possible to change or select the Year number without
> having to change it manually in the query design view by say a parameter box?