Hi everyone,
I have a table with a DateTime stamp that stores data like this (obviously!): 03/01/07 10:31:08
What I want to do is query this field to display only the data between 01/04/[current year] and 31/03[next year]
So, I want the user to enter a year, say 2006 and the query will show all the records that run from 01/04/2006 to 31/03/2007
Any thoughts on how this can be achieved?
Thanks,
--
Steven
I have a table with a DateTime stamp that stores data like this (obviously!): 03/01/07 10:31:08
What I want to do is query this field to display only the data between 01/04/[current year] and 31/03[next year]
So, I want the user to enter a year, say 2006 and the query will show all the records that run from 01/04/2006 to 31/03/2007
Any thoughts on how this can be achieved?
Thanks,
--
Steven