Inserting conditional text

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

Guest

Is there a way in which I can insert text (say a paragraph or two) if a condition is met in a previous field?
For example, I have a document which acts as a quote form, if I insert the brand name "DAIKIN" in the brand field, I want a paragraph of text to appear further down which extols the virtues of the DAIKIN brand. If I insert "CONAIC" instead, the text extolling CONAIC virtues will be quite different.

I anticipate I will need at least 5 alternative descriptions to match the variety of brands. Is there a way to achieve this without having multiple documents or typing it all in longhand.........
 
MJP,

You could do this with nested IF fields.

Bookmark the Brand Name field. In the decriptive field use a nested IF
field. Here is a short example:

{ IF BrandName = "Daikin" "Daiken is a generic ......." "{ IF BrandName =
"CONAIC" "Concia is a relatively new brand ...t" "{ IF BrandName = "Advil"
"Take two and call me in the moring" "Not a valid brand name" }" } }


--
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
E-mail for additional help, within reason, if you like. I may not
always solve your problem, but no charge if I do. To e-mail, first edit
out the "w...spam" in the displayed address.
 

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