I have tow tables, Compensation and Site, that have a primary key that match. The site table has multiple rows for 1 record in the compensation table. I trying to see if a record in the compensation table where the site id's don't match what's in the Site table. 
For Example:
In the Compensation Table, CompID = 1 and CompSiteID = 62.
In the Site Table I have a number of records where CompID = 1 and SiteID ='s 11, 12, 17, 56, and 72. But no 62.
I need to be able to collect those records that don't match.
 For Example:
In the Compensation Table, CompID = 1 and CompSiteID = 62.
In the Site Table I have a number of records where CompID = 1 and SiteID ='s 11, 12, 17, 56, and 72. But no 62.
I need to be able to collect those records that don't match.
 
	