In the Criteria field, I would like to avoid the "Or Like" redundancy and would prefer to use a table of keywords instead of typing it all into the Criteria.
Is there a way to to do something akin to "Like KeywordTable?" This is in Access. Macros are acceptable.
Thanks.
SQL:
Like "*ABC*" Or Like "DEF*" Or Like "*GHI"...
Thanks.