Last year I designed a database for my position as development director at a Christian school. The database is used to run our school auction and keep track of donors and donations. My question is which way is the best way to handle the new auction donations for this year. Should I make a copy of the whole database and clear the information from the donations table and use the new database or make new tables in the current database and categorize them by year?
I have several tables that will be used every year such as Contacts, Donation Category, Donation Status, etc., so the only tables that change or the items/donations.
As you can tell, I am quite the novice at this and need some help knowing which way to go. I know eventually I may want to run reports that would pull from each of the auctions so I want to be sure I do this right.