Is there an easy way to change the table that a query is using? I am going to have several tables (Bill of Materials) for different Jobs, and wanted to keep the jobs in ine database, will each job being its own table. Then I could run my queries and generate an organized bill of materials, and will be able to look back later and see what parts are common in each job (table).
Basically what I am looking to do is have the user prompted to select which table to use to run the queries.
Thanks for any help!