Q
Qaspec
I have a table [tableA] with a memo field [memo1] and I have another table
that contains different values [tableV].[Variables].
I need to search the string in the memo1 field and select those records
where any portion of the string equals a value in my tableV.variables field.
For example if :
tableA.memo1 = yes green A1T cust states 14
tableA memo1 = yes blue BY5 cust down 23
table A memo1 = no red CV67 pat states 89
tableV.Variables = A1T
tableV.Variables = CV67
I need my query to return the first and 3rd record from tableA because a
portio of the text matched a value in another table. Please help.
that contains different values [tableV].[Variables].
I need to search the string in the memo1 field and select those records
where any portion of the string equals a value in my tableV.variables field.
For example if :
tableA.memo1 = yes green A1T cust states 14
tableA memo1 = yes blue BY5 cust down 23
table A memo1 = no red CV67 pat states 89
tableV.Variables = A1T
tableV.Variables = CV67
I need my query to return the first and 3rd record from tableA because a
portio of the text matched a value in another table. Please help.