P
Phil F
I have a query question. I have two tables, table 1 has
an ID number and user name, the transaction table has ID
number, transaction code (text) and date. The transaction
table has many entries for each ID number.
I would like to write a query that returns the ID & name
from table 1 but does not return an ID if anywhere in the
transaction table(transaction code field) there's a
code "XD". Any direction wold be appreciated.
Phil F
an ID number and user name, the transaction table has ID
number, transaction code (text) and date. The transaction
table has many entries for each ID number.
I would like to write a query that returns the ID & name
from table 1 but does not return an ID if anywhere in the
transaction table(transaction code field) there's a
code "XD". Any direction wold be appreciated.
Phil F