I’m having a query syntax error. I know what the problem is but I’m not sure of the fix.
I have this in a query field:
class2-2: IIf([enrclass2]=2,”It’s a Bug’s World”)
I get a syntax error message. The problem is the two ‘ and ‘ in the It’s a Bug’s Life
If I change things to remove the two ‘ and ‘
class2-2: IIf([enrclass2]=2,”Its a Bugs World”)
Things work correctly.
I want the ‘ in there. How do I code it.
Thanks Paul