R
rollvoer99
I have two tables in a select query, tblRoot and tblParts. In the tblparts
there is over 100k part numbers. The tblroot only has about 200 but will
change based on demands.
tblroot has the beginnings of part numbers and the tblparts has the entire
part number. What I am trying to do is use tblroots as the base within the
tblParts. If this is confusing please let me explain.
For example
32112 would be the [base] field within [tblroot]. The amount of numbers can
change. Could be 5 could be 10. Could have dashes or not.
I want to take the 32112 and look in [PN] field of [tblParts] and and find
all the PN's that have it in them.
tblroot tblParts
Base PN
32112 32112-4
32112589
32112-4-100
49-500 49-500-1
49-500-2
Is there anyway to obtain this one to many type lookup. I have search and
tried many things only to do it manually. Any help would be appreciated.
there is over 100k part numbers. The tblroot only has about 200 but will
change based on demands.
tblroot has the beginnings of part numbers and the tblparts has the entire
part number. What I am trying to do is use tblroots as the base within the
tblParts. If this is confusing please let me explain.
For example
32112 would be the [base] field within [tblroot]. The amount of numbers can
change. Could be 5 could be 10. Could have dashes or not.
I want to take the 32112 and look in [PN] field of [tblParts] and and find
all the PN's that have it in them.
tblroot tblParts
Base PN
32112 32112-4
32112589
32112-4-100
49-500 49-500-1
49-500-2
Is there anyway to obtain this one to many type lookup. I have search and
tried many things only to do it manually. Any help would be appreciated.