hey five,
couple of ways to approach this.
add a field for the year and then change the reporting queries to accept another parameter of 2004
export the data to a flat file and store it, then delete the old info from the table
rename the current table and then create a new table with the same structure
In pure db terms, option 1 is the correct method, but it doesn't really matter.
2 is probably the best option, and involves no table changes