View Single Post
  #3   Report Post  
Doug Robbins
 
Posts: n/a
Default

If you run a macro containing the following code on exit from the Dropdown
formfield ("ColA"), it will display the value that was chosen in a Text
formfield ("ColB")

ActiveDocument.FormFields("ColB").Result =
ActiveDocument.FormFields("ColA").DropDown.ListEnt ries
_(ActiveDocument.FormFields("ColA").DropDown.Value ).Name

Having just put that together, it struck me that you can just use a cross
reference field in column B to the text of the bookmark assigned to the drop
down formfield and in the properties for that formfield, check the Calculate
on Exit box so that the cross reference field will be updated.
--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Jaye" wrote in message
...
Is it possible to create a drop down list in Column A and have it select a
Drop Down from a group of Drop Down lists and show up in Column B.