U
Ulrich Sommer
Hi,
I want to compare 2 field values with NOT LIKE:
Table 1 contains fields with strings like
Adobe Acrobat
Adobe Acrobat Reader
Quick Time
Quick Time Editor
Table 2 contains the key worrds that I want to suppress
like
Reader
Player
The resulting query should only show
Adobe Acrobat
Quick Time
Since the key word list will be several 100 words long, I
do not want to include them into the query as strings like
NOT LIKE *Reader* OR NOT LIKE *Player*.
I tried stuff like
NOT LIKE "*"&[Table2].[keyword]&"*"
but that does not work.
Any idea, even totally different, how to get to the
result?
Thanks,
Ulrich
I want to compare 2 field values with NOT LIKE:
Table 1 contains fields with strings like
Adobe Acrobat
Adobe Acrobat Reader
Quick Time
Quick Time Editor
Table 2 contains the key worrds that I want to suppress
like
Reader
Player
The resulting query should only show
Adobe Acrobat
Quick Time
Since the key word list will be several 100 words long, I
do not want to include them into the query as strings like
NOT LIKE *Reader* OR NOT LIKE *Player*.
I tried stuff like
NOT LIKE "*"&[Table2].[keyword]&"*"
but that does not work.
Any idea, even totally different, how to get to the
result?
Thanks,
Ulrich