View Single Post
 
Old 11-19-2019, 07:48 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,105
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

If this is a legacy dropdown form field, you need to check the formfield property 'Calculate on Exit' in order to force the update of the REF field. It should go without saying that Dropdown is the bookmark name of the dropdown form field. The usual default is Dropdown1 thus

{IF {Dropdown1} = "FIRST" "FIRST TEXT TO SHOW HERE" ""}{IF {Dropdown1} = "SECOND" "SECOND TEXT TO SHOW HERE" ""}{IF {Dropdown1} = "THIRD" "THIRD TEXT TO SHOW HERE" ""}

and of course you have to tab out of the form field for it to work and thus there needs to be another formfield to tab to.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com