Using this information could I ask if anyone could show me what the script would be to get the correct results. I am trying to take information from two tables that have a common ID number. When they match to create a new record in a third table.
I have 3 tables:
Accountproduct
Contract...
Thank you as that did work!
Only problem now is I can not seem to link the data. I guess I need to have a line of code that copies the "ClientID" into the new table called IGC_EmailStatus.
This is very frustrating as all I wanted to do was update a remove or add to newsletter field...
I was trying to find a solution to update a field "removewebzine" with a "T" but so far it works like two separte requests. Does anyone know what I can do to have it find a match then update the field?
SELECT IGC_EMAILSTATUS.EMAIL
FROM IGC_EMAILSTATUS
INNER JOIN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.