D
DB Dummy
Hi,
I hope someone can please help. I'm a relative novice to queries and SQL,
so I apologize if this is too simple a question:
I have two tables I want to query and obtain results that only list items
that differ between them. Then, I want to compare the results of that query
against a table and do a sort of wildcard seach:
LIKE "*" & [IgnoreError]![Field1] & "*"
This last part is important in order to filter out lines in the table that
contain fragments of phrases that can be excluded. (They are error messages
from an interface log).
So to summarize, I have two tables (A and B), each with two columns (the
first is an auto generated ID # and the second contains a text phrase) that I
want to compare and filter A against B and only show the uniques . Then, I
want to compare the results of that query against a table of ignore phrases
and perform a wildcard "Like" query. Hope this explains it.
Thanks.
I hope someone can please help. I'm a relative novice to queries and SQL,
so I apologize if this is too simple a question:
I have two tables I want to query and obtain results that only list items
that differ between them. Then, I want to compare the results of that query
against a table and do a sort of wildcard seach:
LIKE "*" & [IgnoreError]![Field1] & "*"
This last part is important in order to filter out lines in the table that
contain fragments of phrases that can be excluded. (They are error messages
from an interface log).
So to summarize, I have two tables (A and B), each with two columns (the
first is an auto generated ID # and the second contains a text phrase) that I
want to compare and filter A against B and only show the uniques . Then, I
want to compare the results of that query against a table of ignore phrases
and perform a wildcard "Like" query. Hope this explains it.
Thanks.