I've got a database with about 300,000 records. There are several
different tables that are set up the same way with identical fields. I
have the same queries individually set up for each table. Is there a
way to just set the query once and then run it across several tables or
tell the query which table to run it on. Some of the queries are just
select queries, some are append, and some are update. Thanks.
different tables that are set up the same way with identical fields. I
have the same queries individually set up for each table. Is there a
way to just set the query once and then run it across several tables or
tell the query which table to run it on. Some of the queries are just
select queries, some are append, and some are update. Thanks.
Comment