Thread: [Solved] If statement and drop down
View Single Post
 
Old 11-21-2013, 07:18 AM
gmaxey gmaxey is offline Windows 7 32bit Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

Your field would have to be nested:

{ If { Dropdown1 } = "A" "You chose A""{ IF { Dropdown1 } = "B" "You chose B""{ IF { Dropdown1 } = "C" "You chose C""{ IF { Dropdown1 } = "D" "You chose D""" }" }" }" }

I would suggest linking your dropdown CC with another CC. This may offer some help:

http://gregmaxey.com/word_tip_pages/linked_content_control_dropdown_list.html
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote