Each month I receive the same spreadsheet with updated information. I want to import it into Access and replace last month's import but I don't want to lose the queries and reports I've built. I want those queries and reports to work on the new import. How do I do that?
Import to a temp table each time.
Then write a query to append the data to your real table.
Base reports and queries on the real table.

Signature
Joe Fallon
Access MVP
> Each month I receive the same spreadsheet with updated information. I want to import it into Access and replace last month's import but I don't
want to lose the queries and reports I've built. I want those queries and
reports to work on the new import. How do I do that?
Alan - 30 Jan 2004 14:16 GMT
Thank you, I'll try that.