This is the jest of my query,,
Select *
From Prospecttbl
Where Not Exists(Select * From Membertbl Where Prospecttbl.LastName = Membertbl.LastName and Prospecttbl.FirstName=Membertbl.FirstName)
The two fields have to match identically,, well, ive imported a table where the first name and...