In Table A, I have many fields that I am pulling into a query, some with criteria. One of my fields is Last_Name. I would like my query to include all records that are in Table A and not in Table B AND all records that are also in Table B, but have a certain value for a field in Table B.
Table A Last_Name Lincoln Washington Clinton Bush
Table B Last_Name Category Lincoln A Washington B Clinton Bush
I would like my query to return Clinton and Bush because they are not in Table B, but also Lincoln because it is category "A".