View Single Post
 
Old 12-05-2013, 09:09 PM
Charles Kenyon Charles Kenyon is online now Windows 7 64bit Office 2013
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,530
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Another method would be a simple IF field with AutoText fields.
I am assuming a legacy drop-down field with a bookmark and set to calculate on exit.

{ IF "{ REF DropDownBookmarkName }" = "yes" { AutoText "AutoTextEntry1" } { AutoText "AutoTextEntry2" } }

Note, the field braces { } cannot be typed in from the keyboard. You have to use either Ctrl-F9 or the Insert > Quick Parts > Field.
Reply With Quote