I have researched and haven’t found a way to run INTERSECT and MINUS operations in MS Access. Does any way exist
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
INTERSECT is an inner join. MINUS is an outer join, where you choose only the records that don’t exist in the other table.
INTERSECT
MINUS
If you edit your original question and post some sample data then an example can be given.
EDIT: Forgot to add in the distinct to the queries.