I have a several rows say
Location part # product code
105 E05 DX
104 1740 DX
104 2047 DX
I want a way to find a way in chriteria thet i can find all related info on these parts.
When i ran this query it only gave me the product code DX
I know you can use wild cards in queries but this is to specific and i would need all info related to the seperate part numbers if they were expanded.
is there a way to set chriteria to find all related numbers of my list using the first 3 characters, so it will give me any other part number product code that even contain say E05.
have a several rows say
Location part # product code
105 E05 DX
106 E055 RX
104 1740 DX
105 1740-567 FX
104 2047 DX
Location part # product code
105 E05 DX
104 1740 DX
104 2047 DX
I want a way to find a way in chriteria thet i can find all related info on these parts.
When i ran this query it only gave me the product code DX
I know you can use wild cards in queries but this is to specific and i would need all info related to the seperate part numbers if they were expanded.
is there a way to set chriteria to find all related numbers of my list using the first 3 characters, so it will give me any other part number product code that even contain say E05.
have a several rows say
Location part # product code
105 E05 DX
106 E055 RX
104 1740 DX
105 1740-567 FX
104 2047 DX
Comment