J
Jerry Crosby
I have a table with a date field. I want to select all the records with a
date newer than the previous June 30 (July 1-June 30 is our fiscal year).
Because it spans calendar years, I can't just say, "go back as far as July
of this year." (e.g., if it was February 12, 2005, I'd want it to select
all records with a date newer than June 30, 2004).
How do I code the query to accomplish this?
Jerry
date newer than the previous June 30 (July 1-June 30 is our fiscal year).
Because it spans calendar years, I can't just say, "go back as far as July
of this year." (e.g., if it was February 12, 2005, I'd want it to select
all records with a date newer than June 30, 2004).
How do I code the query to accomplish this?
Jerry