G
Guest
I receive a new table from an outside source every week. I have many queries
to generate reports and charts. I'd like to take the new table each week and
rename it to have the same name used in the query. So the SQL never has to
change.
But, the queries don't like it. They seem to recognize that even though
this new table has the same name as the table against which the query was
originally written, it is not in fact the same table. When I run the query
against the new table with the old name I get a dialogue box asking for a
parameter.
Is there a way to get the queries to work?
to generate reports and charts. I'd like to take the new table each week and
rename it to have the same name used in the query. So the SQL never has to
change.
But, the queries don't like it. They seem to recognize that even though
this new table has the same name as the table against which the query was
originally written, it is not in fact the same table. When I run the query
against the new table with the old name I get a dialogue box asking for a
parameter.
Is there a way to get the queries to work?