Ask field with multiple answers

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

Guest

I want to create an ASK field that depending on what the user types in will
put in different responses.

Example:
Question: Is suture removal required?

Answer:no
(then no suture removal needed will be entered into the document)

Answer:yes
(then suture removal required in 10-14 days will be entered into document)

Thanks for your help!
 
An ask field writes the response to a bookmark so:

{ ASK suture "Is suture removal needed?" }{ IF { Suture \*lower} = "y*"
"suture removal required in 10-14 days" "no suture removal needed" }

will do the trick. Put the second (conditional) field where you want the
text to appear.
You can enter the fields manually using CTRL+F9 for each pair of field
boundaries {}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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