I have a query "qryConversion_Cases" which is pulling data from a table called "tblInitialExtraction". This query has the following fields
Client_Name, Case_ID, EntityID
I am Trying to add another calculated field "RC_Case_ID" with subquery to check if the Case_ID exist in another query...