Hi,
I am trying to create a database based on project data. I receive a new table each month containing updated project data. I would like to create a query containing some current project information from the current months table, and also containing some historical project information from 2 or more older monthly tables. Each table is structured the same way. Ultimately I'd like an output that contains one project number, and current project data, and historical project data, with space for me to put in notes or flags.
When the new month comes around, and I get a new table, how do I quickly update an existing query to link to this new table without changing the 'Table' on each category/column one by one? Is there a function that will change the all the table links at once? Or do I have to do a macro? Or???
Thanks.