E
Emma Hope
I have one table which contains all my contacts i.e. fields ContactID & Name
and a second table containing tasks, i.e. fields ContactID & Task.
So for example:
Table1
ContactID Name
1 Fred Smith
2 Joe Bloggs
3 Mickey Mouse
4 Minnie Mouse
5 Donald Duck
Table2
ContactID Task
1 Sent Email
2 Sent Email
3 Telephoned
I want to run a query that shows me all those who have not had a particular
task, i.e. for the above example, ContactIDs 3, 4 & 5 have NOT been 'Sent
Email' but when i run a query joined one to many (arrow goes from Table1 to
Table2) from Table1 to Table2 (on ContactID) & filter for NOT "Sent Email", i
only get contactID 3 show up (i.e. the one that has a record on Table2) i
want ContactID 3,4 & 5 to show up.
Can anyone help please!
Thanks
Emma
and a second table containing tasks, i.e. fields ContactID & Task.
So for example:
Table1
ContactID Name
1 Fred Smith
2 Joe Bloggs
3 Mickey Mouse
4 Minnie Mouse
5 Donald Duck
Table2
ContactID Task
1 Sent Email
2 Sent Email
3 Telephoned
I want to run a query that shows me all those who have not had a particular
task, i.e. for the above example, ContactIDs 3, 4 & 5 have NOT been 'Sent
Email' but when i run a query joined one to many (arrow goes from Table1 to
Table2) from Table1 to Table2 (on ContactID) & filter for NOT "Sent Email", i
only get contactID 3 show up (i.e. the one that has a record on Table2) i
want ContactID 3,4 & 5 to show up.
Can anyone help please!
Thanks
Emma