I have been using a union query with the below statements. I want to know if
there is another way around joining these two tables for the column where Is
This A Contract=YES
Currently I'll be asked to change/add a column to the table and the union
query doesn't update; therefore I will have to rebuild the queries and
reports based off this union query. Thank you.
SELECT *
FROM [BARBARA WIP]
WHERE [IS THIS A CONTRACT?]=YES
UNION
SELECT *
FROM [SARA WIP]
WHERE [IS THIS A CONTRACT?]=YES
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.