How do I search a string -
I have a ms access table consist of 2 columns -
"Part Nos"........... "Components "
K123456........ ..... U123,Q545,U5,Q3 321,U22
P456789........ ......U13,U18,Q 123,P555,X222
User enter a component number such as U5 and I must be able to retrieve
the Part Nos -K123456. How do I search thru the string in the "Components " column which is separate by comma.
I have a ms access table consist of 2 columns -
"Part Nos"........... "Components "
K123456........ ..... U123,Q545,U5,Q3 321,U22
P456789........ ......U13,U18,Q 123,P555,X222
User enter a component number such as U5 and I must be able to retrieve
the Part Nos -K123456. How do I search thru the string in the "Components " column which is separate by comma.
Comment