help please.
Im trying to find where a record has been created but no info has been added.
Im using a database not created by me and finding the links between views is often quess work. I have only ever written really basic queries.

Can anyone please explain how to add a NOT In or NOT exists clause to the query below (if thats the best way to do it?)


Code:
select name etc..... 
 
 from dbo.contact
...