In this case the simplest thing is something like
{ IF "{ REF restrictions \*Upper }" = "N" "There are no...."
"Restrictions..." }
For the double quotes within the IF result text, there are a few options,
e.g.
a. use two single quotes
b. use { QUOTE \" }
c. use { SET q { QUOTE \" } } at the beginning of your document and { q }
(or { REF q }) when you need a "
(make sure each pair of {} are the special field braces you can insert using
ctrl-F9).

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
>I have a template that askes this question:
>
[quoted text clipped - 13 lines]
>
> Tks . . .
Brenda A. Reid - 12 Feb 2008 20:00 GMT
Worked great -- ever so greatful . . .
Brenda
> In this case the simplest thing is something like
>
[quoted text clipped - 28 lines]
>>
>> Tks . . .