Results 1 to 3 of 3

Thread: merging documents in to a template - word 2003

  1. #1
    Join Date
    Jan 2009
    Posts
    1

    merging documents in to a template - word 2003

    Hi everyone!!
    I am stuck with a problem. I want to create a MS word template or document which has to prompt to the user a list of word documents, out of which the user selects what ever he wishes and then these selected documents have to be merged in to one document with all the numbering and formatting adjusted. Is there a way to do this? Any ideas? I am using MS word 2003.
    Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    372

    Re: merging documents in to a template - word 2003

    Have you Tried this link : http://support.microsoft.com/kb/155899

  3. #3
    Join Date
    Apr 2008
    Posts
    395

    Re: merging documents in to a template - word 2003

    This is what you want. Do not forget, but I am sure that you would have to mailmerge what you are doing to get it to do what you want it to do. This is gotten from the same place that I have gotten it from, the "Help" part of "Word" (based on Word 2000).

    Field codes: Fillin field
    { FILLIN ["Prompt "] [Switches ] }

    Prompts you to enter text. Your response is printed in place of the field. To insert your response in more than one location, use an ASK field.

    The prompt is displayed each time the FILLIN field is updated. If the FILLIN field is in a mail merge main document, the prompt is displayed each time a new data record is merged unless you use the \o switch.

    When a new document is created based on a template containing FILLIN fields, the fields are updated automatically.

    Instruction Explanation
    "Prompt " Text displayed in the dialog box, for example, "Enter the client's name:"
    Switches
    \d "Default " Specifies a default response if you type nothing in the prompt dialog box. The field
    { FILLIN "Enter typist's initials:" \d "tds" }
    inserts "tds" if no response is entered.
    If you don't specify a default response, Word uses the last response entered. To specify a blank entry as the default, type empty quotation marks after the switch, for example, type \d ""

    \o Prompts just once during a mail merge instead of each time a new data record is merged. The same response is inserted in each resulting merged document.


    Examples
    For examples of using ASK and FILLIN fields in a mail merge main document, click .



    Examples of ASK and FILLIN fields
    ASK and FILLIN fields display prompts so that you can add personal notes to clients or add other information that is not suitable to store in a data source. The prompt can be displayed each time a new data record is merged with the main document so that you can enter unique information for each resulting form letter or other merged document.

    Insert a FILLIN field in the main document where you want to print your response to the prompt. An ASK field, on the other hand, uses a bookmark name to represent your response. To have Word print your response to an ASK field prompt, insert a bookmark field in the main document. You can insert the bookmark in multiple locations or use it in other fields, such as IF fields or = (Formula) fields. Insert the bookmark anywhere after the ASK field.

    Example 1
    This FILLIN field helps you fill in the correct information by displaying the patient name from the current data record; for example, "Please enter the appointment time for Patrick Martin." Insert an ASK or FILLIN field in the main document, and then insert the merge field in the field codes.

    { FILLIN "Please enter the appointment time for { MERGEFIELD PatientName }:"}

    Example 2
    The first ASK field includes the field switch \o, which is inserted if you select the Ask once check box in the Insert Word Field dialog box. The number you enter for CurrentRate is used in all of the resulting merged documents. The second prompt is displayed for each merged data record.

    { ASK CurrentRate "Enter the current lending rate:" \o }
    { ASK LoanRate "Enter the current loan rate for { MERGEFIELD ClientName }:" }
    { IF CurrentRate < LoanRate "You may want to consider refinancing your loan." " " }

    Insert the ASK fields, and then insert the IF field in the main document. In the Insert Word Field dialog box, click a name in the Field name box as a temporary placeholder, and leave the Compare to box empty. In the IF field codes, replace the merge field with the CurrentRate bookmark. Type the name of the second bookmark between the quotation marks after the "<" symbol. If the second bookmark value contains only numbers, as in this example, delete the quotation marks.

Similar Threads

  1. Replies: 2
    Last Post: 28-01-2012, 03:50 PM
  2. Replies: 7
    Last Post: 13-09-2011, 08:09 PM
  3. Generate multiple word documents from template
    By acelocal in forum Windows Software
    Replies: 1
    Last Post: 28-07-2011, 01:16 AM
  4. Convert works documents to word documents
    By Arzaan in forum Tips & Tweaks
    Replies: 3
    Last Post: 04-03-2009, 06:46 PM
  5. Opening Word 2007 documents in Word 2003
    By CostasD in forum MS Office Support
    Replies: 2
    Last Post: 14-02-2008, 12:51 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,842,837.61156 seconds with 17 queries