What I am trying to do should be fairly simple I think.
I have a list of email addresses that have unsubscribed from my mailing list. I have put these into a table. I have another table which I add new contacts to. What I want to be able to do is create a query that joins the email address from my master list
to the email address in my unsubcribe table. I want to return all rows from the master list except those that exist in the unsubscribe list.
Can anyone please give me some ideas on hot to do this.
mullsey
0 Points
2 Posts
Help with a query
Mar 28, 2012 07:36 AM|LINK
Hi,
I hope someone can help with this.
What I am trying to do should be fairly simple I think.
I have a list of email addresses that have unsubscribed from my mailing list. I have put these into a table. I have another table which I add new contacts to. What I want to be able to do is create a query that joins the email address from my master list to the email address in my unsubcribe table. I want to return all rows from the master list except those that exist in the unsubscribe list.
Can anyone please give me some ideas on hot to do this.
Thanks
Vipindas
Contributor
5514 Points
810 Posts
Re: Help with a query
Mar 28, 2012 07:49 AM|LINK
Hope this helps...
waelouf
Member
250 Points
41 Posts
Re: Help with a query
Mar 28, 2012 07:51 AM|LINK
This is it :)
mullsey
0 Points
2 Posts
Re: Help with a query
Mar 28, 2012 08:46 AM|LINK
many thanks