I messed the above sql up when I was pasting it this is the one I was working with.
SELECT DISTINCT SSN,
Job_Dispatch_Date,
First_Name,
Last_Name,
CID_Phone,
CID_Name,
Call_Start_Time,
Password_Used,
Call_Type
FROM(LoggedCalls)
WHERE instr( Call_Type,'Call') > 0 and
((( Job_Dispatch_Date) In...