iif expressions

D

DianeD

Not quite sure how to go about this:

I'm nesting several IIF expressions in one field and want to add a
paragraph return in the expression so that a new paragraph will begin.
 
R

Rick Brandt

DianeD said:
Not quite sure how to go about this:

I'm nesting several IIF expressions in one field and want to add a
paragraph return in the expression so that a new paragraph will begin.

Chr(13) & Chr(10)

You must use both and in that order.
 
Top