G
Guest
I have a text field in a table called Flower Description. I would like to
search the Flower Description field for different words. Is it possible to
create a separate table called Colors and use this table in a query to find
colors of interest in the Flower Description field?
I know I can create a query and list the colors of interest in the criteria
field as follows: Like "*red*" Or "*yellow*" Or "*blue*".....etc. However, I
would like to create an expression that references a table to find the colors
of interest. (This way I can just modify the table, instead of openning the
query and type "Or "*<color name>*" " over and over for a large list).
search the Flower Description field for different words. Is it possible to
create a separate table called Colors and use this table in a query to find
colors of interest in the Flower Description field?
I know I can create a query and list the colors of interest in the criteria
field as follows: Like "*red*" Or "*yellow*" Or "*blue*".....etc. However, I
would like to create an expression that references a table to find the colors
of interest. (This way I can just modify the table, instead of openning the
query and type "Or "*<color name>*" " over and over for a large list).