I have added the code from faq701-4233 and created a query with the following code:
When I run the query I am getting Run Time Error '3464': Data type mismatch in criteria expression.
When I click on Debug it highlights the following line in the FAQ code:
Help! What am I missing?
Code:
SELECT tblEngagement_ClarifyData_Subcase.CaseNumber, Concatenate("SELECT [OwnerID] FROM tblEngagement_ClarifyData_Subcase WHERE [CaseNumber] =" & [CaseNumber],"; ") AS [Case]
FROM tblEngagement_ClarifyData_Subcase;
When I run the query I am getting Run Time Error '3464': Data type mismatch in criteria expression.
When I click on Debug it highlights the following line in the FAQ code:
Code:
Set rs = db.OpenRecordset(pstrSQL)
Help! What am I missing?