Hard Return in IF field

R

Ray_Johnson

I have an IF field and I want the output to include a hard return.

Example 1:

If field ABC = "Apples" then I want it to print

Granny Smith

which would be:

{ IF { ABC } = "Apples" "Granny Smith" }

Easy enough.

Example 2:

But if field DEF = "Ducks" then I want it to print

Ducks
Mallards

How do I get the hard return between "Ducks" and "Mallards"?
 
G

Greg Maxey

Ray

Put the hard return in your field construction

{IF {DEF} = "Ducks""Ducks*
Mallards"}

*representes a tap on the enter key to insert a paragraph hard return.
 
R

Ray_Johnson

Wow. That was incredibly simple! I can't believe I didn't think of that. I
figured Microsoft would've made it MUCH more difficult than that.

Thanks!
Ray
 

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

Top