Hi,
Trying to return a list of distinct applicantid where they are only linked to jobs with jobStatusID of 2,4,5 if they are link to any jobs with jobstatusid of (1,3) then that applicant should not be included in the list.
ApplicationsTable
Applicantid
JobId
JobsTable
JobID
JobStatusID
Obviously these two tables are linked by jobid.
Thanks
Costa
Trying to return a list of distinct applicantid where they are only linked to jobs with jobStatusID of 2,4,5 if they are link to any jobs with jobstatusid of (1,3) then that applicant should not be included in the list.
ApplicationsTable
Applicantid
JobId
JobsTable
JobID
JobStatusID
Obviously these two tables are linked by jobid.
Thanks
Costa