iif expressions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top