P
priya
Hi
I have a data table A with several fields including cust #
and part #. I have another table B with cust # and part #.
I would like to create a query so that the output is all
line items from table A where cust # <> cust # in table B
AND part # <> part # in table B.
Not in doesnot seem to work.
((([Table A].[Cust #]) Not In ("[Table B].[Cust
#]","[Table B]") and (([Table A].[Cust #]) Not In ("[Table
B].[Cust #]","[Table B]") )
Any help is highly appreciated.
Thanks
Priya
I have a data table A with several fields including cust #
and part #. I have another table B with cust # and part #.
I would like to create a query so that the output is all
line items from table A where cust # <> cust # in table B
AND part # <> part # in table B.
Not in doesnot seem to work.
((([Table A].[Cust #]) Not In ("[Table B].[Cust
#]","[Table B]") and (([Table A].[Cust #]) Not In ("[Table
B].[Cust #]","[Table B]") )
Any help is highly appreciated.
Thanks
Priya