Trying to add the last statement into the WHERE clause in query SQL page. It does not like the final ", and if I remove it my query produces nothing. Any ideas, thanks
((TXMASTERS.Competition) Like "*" & [FORMS]![Newquerysform].[LNAME5].[CAPTION] & "*"))
AND KEYWORDS.Keyword IN (" & Mid(strList1, 2) & ")"
((TXMASTERS.Competition) Like "*" & [FORMS]![Newquerysform].[LNAME5].[CAPTION] & "*"))
AND KEYWORDS.Keyword IN (" & Mid(strList1, 2) & ")"