selectqry = "SELECT RP.* FROM Partners AS P, Redemption_report AS RP " & _
"WHERE P.partner_name = RP.redemption_partner And type ='Standard' and " & _
"RP.order_description not like '*_Stay*' and P.partner_name = 'Demo Units' and " & _
"RP.country_name NOT IN ("Israel", "Turkey", "Serbia", "South Africa")"
Here in place of Israel compile error coming "End of statement" ..
Plz any one can help me how to make it correct