S
sheree
My two tables are:
Event (one)
-----
EID (autonum)
Symptom (text)
and
AEtoEvent (many)
-----
AEID
EID
I would like to create a query that includes all Events (EID, Symptom)
that DO NOT already appear in the AEtoEvent table. I'd be very happy
with either an SQL code example or instructions on how to do this in
design mode in access.
Event (one)
-----
EID (autonum)
Symptom (text)
and
AEtoEvent (many)
-----
AEID
EID
I would like to create a query that includes all Events (EID, Symptom)
that DO NOT already appear in the AEtoEvent table. I'd be very happy
with either an SQL code example or instructions on how to do this in
design mode in access.