Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Bring up another Document if answer to a dropdown is "Yes"..

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
William Millspaugh - 07 Jan 2006 00:42 GMT
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
Doug Robbins - Word MVP - 07 Jan 2006 10:22 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.