I have a sql database that has a program table and a season column which is the year my customers have service 2005, 2004, 2006 and so on
Right now i am using a sql query statement in my .asp page where program.season = '2006' is there any code to say where program.season = current year so in 2007 i won't have to change that line of code