B
buscher75
Hello, I have a table that holds records of part numbers and also where the
part is used. So, part A123 could be listed in multiple rows if it is used
on multiple models. I want to run a query that will show any part that it
unique to a specific model.
The query should produce results for the specific model only and should
exclude any part that is used on another model even if is also used on the
specific model.
Hypothetically, I only want to see the second record, Unit A with part X456
because part Z123 is used elsewhere.
Model Part#
Unit A Z123
Unit A X456
Unit B Z123
Unit C Z123
I think I am close; however, it’s probably more like guessing than knowing.
Does anyone have a solution? Thanks in advance!
part is used. So, part A123 could be listed in multiple rows if it is used
on multiple models. I want to run a query that will show any part that it
unique to a specific model.
The query should produce results for the specific model only and should
exclude any part that is used on another model even if is also used on the
specific model.
Hypothetically, I only want to see the second record, Unit A with part X456
because part Z123 is used elsewhere.
Model Part#
Unit A Z123
Unit A X456
Unit B Z123
Unit C Z123
I think I am close; however, it’s probably more like guessing than knowing.
Does anyone have a solution? Thanks in advance!