Why does Access have to rewrite our SQL
so it looks like LISP ?
Anyway, I have tried three things:
A and B each show lots of records. There are only
a few rows that are in only one of the sets.
But "C" selects no rows.
I tried creating them directly in SQL and with the GUI.
Same results.
--
Wes Groleau
so it looks like LISP ?
Anyway, I have tried three things:
Code:
A - WHERE Adj_Reason = '50' -- (it's a text field)
B - WHERE Service Like '*GA*'
C - WHERE Adj_Reason = '50' AND Service Like '*GA*'
a few rows that are in only one of the sets.
But "C" selects no rows.
I tried creating them directly in SQL and with the GUI.
Same results.
--
Wes Groleau