Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Here is the situation.
I have a Fax transmittion form for a company with 5 offices. I want to create a single document that can be used by all 5 offices. (that way where there is a change to the document we are only changing 1 document, not 5). The fax form is a protected form with form fields. But it has to be in *.doc format, not *.dot. I would like to have a selection box something like "Select Office" with a drop list of office #1 thru office #5, and when the user selects his local office (# 1 thru #5) from the list, it will populate the address and phone/fax fields on the form with that office's information. I do not want the "select office" to show up on the printed form, only the address of that office. What is the best way to go about creating this? |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Lfm,
I have a Fax transmittion form for a company with 5 offices. I want to create a single document that can be used by all 5 offices. (that way where there is a change to the document we are only changing 1 document, not 5). The fax form is a protected form with form fields. But it has to be in *.doc format, not *.dot. I would like to have a selection box something like "Select Office" with a drop list of office #1 thru office #5, and when the user selects his local office (# 1 thru #5) from the list, it will populate the address and phone/fax fields on the form with that office's information. I do not want the "select office" to show up on the printed form, only the address of that office. What is the best way to go about creating this? Best would probably be to use a text form field (rather than list) on the document. Entering the form field would trigger a macro that displays the list in a UserForm. The user makes the selection, then the macro writes the required information into the text form field. This KB article demonstrates the principle, you should be able to adapt it fairly easily to your requirement WD2000: How to Create a Combo Box Containing More Than 25 Items http://support.microsoft.com/default...b;en-us;198561 Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
On Sat, 09 Jun 2007 15:30:52 +0200, Cindy M.
wrote: Hi Lfm, I have a Fax transmittion form for a company with 5 offices. I want to create a single document that can be used by all 5 offices. (that way where there is a change to the document we are only changing 1 document, not 5). The fax form is a protected form with form fields. But it has to be in *.doc format, not *.dot. I would like to have a selection box something like "Select Office" with a drop list of office #1 thru office #5, and when the user selects his local office (# 1 thru #5) from the list, it will populate the address and phone/fax fields on the form with that office's information. I do not want the "select office" to show up on the printed form, only the address of that office. What is the best way to go about creating this? Best would probably be to use a text form field (rather than list) on the document. Entering the form field would trigger a macro that displays the list in a UserForm. The user makes the selection, then the macro writes the required information into the text form field. This KB article demonstrates the principle, you should be able to adapt it fairly easily to your requirement WD2000: How to Create a Combo Box Containing More Than 25 Items http://support.microsoft.com/default...b;en-us;198561 Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) Another alternative is to use an AutoTextList field (http://www.word.mvps.org/FAQs/TblsFl...oTextList.htm). To use it in a protected form that has other form fields, you would have to separate the AutoTextList from the rest of the form with a continuous section break, and leave that section unprotected. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multi line Drop Down Form Field | Microsoft Word Help | |||
Number of Items if a Form Field Pick-List | Microsoft Word Help | |||
how do i add auto text item to header/footer pulldown list? | Microsoft Word Help | |||
Changing bulleted list into multi-line (manual) TOC? | Page Layout | |||
How do I pick a list from my Outlook Database based on categories? | Mailmerge |