If ActiveDocument.FormFields("DropDown1").result = "Yes" Then
Documents.Add ("TemplateName.dot")
End If
Your other "document" should be a template.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a document that if user chooses "yes" from a drop down menu, another
>whole document will open up and needs to be filled out...If "No" nothing
>happens...If you could lend a hand in necessary code needed..Thanks.."Bill
>
> Im using Word
William Millspaugh - 07 Jan 2006 14:32 GMT
Thank you Doug, will try it out..
> If ActiveDocument.FormFields("DropDown1").result = "Yes" Then
> Documents.Add ("TemplateName.dot")
[quoted text clipped - 8 lines]
>>
>> Im using Word