Hello,
I have a large database with financial data dating back to 2008. The problem is when I update my queries, it takes like 30-minutes. I was told I can drastically cut this time if I didn't update 2008-2010 data, as that will not change. The way to do this is some how related to an append query. My guess is I would append a query that pulls 2011 data, onto the the financial data table. And then only update the 2011 query.
However I am not sure about the specifics. I was wondering if someone could sort of help me out and give me a step by step. Thank you.