splint1906
Technical User
I have a Parts Master table with PartNo, Vendor01, Vendor02 and Vendor03 as its fields.
I am trying to write a query that will list all PartNo that have the same vendor number in either the Vendor01, Vendor02 or Vendor03 fields.
For example, the table has the following data:
PartNo Vendor01 Vendor02 Vendor03
AAA 123 77 195
BBB 4323 123 098
CCC 32 8855 123
DDD 66 24 5200
When Vendor number is 123, I'd like the query results to be PartNo AAA, BBB & CCC.
I am trying to write a query that will list all PartNo that have the same vendor number in either the Vendor01, Vendor02 or Vendor03 fields.
For example, the table has the following data:
PartNo Vendor01 Vendor02 Vendor03
AAA 123 77 195
BBB 4323 123 098
CCC 32 8855 123
DDD 66 24 5200
When Vendor number is 123, I'd like the query results to be PartNo AAA, BBB & CCC.