Hi guys, I need to input this string as a parameter for the function dcount(it's in french but the important is the syntax):
str = "[Nom_service_affaire]='Taxe sur les primes d'assurance'"
The problem is that there are 3 " ' " and doesn't seem to like that
it says that i got a missing argument or something like that... the problem is that i can'T remove the ' between "d" and "assurance"! It has to stay this way! :S anybody got an idea?
str = "[Nom_service_affaire]='Taxe sur les primes d'assurance'"
The problem is that there are 3 " ' " and doesn't seem to like that