J
Jim Miller
I'm trying to put together a query, comparing fields in
two tables, and returning the result where the field in
the first table is a substring of the field in the second
table.
It seems so easy to do with criteria in a query, such as:
Like "*boxes*"
Which gives me back all the records where "boxes" is a
substring of the field I've specified.
But if I try criteria something like:
Like "*[table2]![products]*"
Access just laughs at me.
Thanks for your help.
two tables, and returning the result where the field in
the first table is a substring of the field in the second
table.
It seems so easy to do with criteria in a query, such as:
Like "*boxes*"
Which gives me back all the records where "boxes" is a
substring of the field I've specified.
But if I try criteria something like:
Like "*[table2]![products]*"
Access just laughs at me.
Thanks for your help.