Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
lenbel lenbel is offline
external usenet poster
 
Posts: 3
Default linking text fill-in fields

I am using word 2007 and i want to link text fill-in fields to several other
word 2007 documents. i have tried several times and it seems to work on some
but not on others. does the "protection" have to be off on the document
containing the fill-in field to copy and paste special then unformatted link
then i go and format the new linked item in the new document? it works
sometime and not others is there a limit of how many times an item can be
linked?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default linking text fill-in fields

If you use the method described to copy a form text field to the clipboard
and paste as a link into another document, you will produce a field such as
{ LINK Word.Document.12 "D:\\My Documents\\Word documents\\Test1.docx"
"OLE_LINK1" \a \t } This should display the content of the form field
automatically while both documents are open. It should not be necessary to
unprotect the form. You can copy and paste that field a number of times in
the target document
or
you can include it in a set field and use a REF field to place it.
{ SET Name { LINK Word.Document.12 "D:\\My Documents\\Word
documents\\Test1.docx" "OLE_LINK1" \a \t } }{ REF Name }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




lenbel wrote:
I am using word 2007 and i want to link text fill-in fields to
several other word 2007 documents. i have tried several times and it
seems to work on some but not on others. does the "protection" have
to be off on the document containing the fill-in field to copy and
paste special then unformatted link then i go and format the new
linked item in the new document? it works sometime and not others is
there a limit of how many times an item can be linked?



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
lenbel lenbel is offline
external usenet poster
 
Posts: 3
Default linking text fill-in fields

thanks Graham does it matter that i am linking this text field to many many
different documents?

"Graham Mayor" wrote:

If you use the method described to copy a form text field to the clipboard
and paste as a link into another document, you will produce a field such as
{ LINK Word.Document.12 "D:\\My Documents\\Word documents\\Test1.docx"
"OLE_LINK1" \a \t } This should display the content of the form field
automatically while both documents are open. It should not be necessary to
unprotect the form. You can copy and paste that field a number of times in
the target document
or
you can include it in a set field and use a REF field to place it.
{ SET Name { LINK Word.Document.12 "D:\\My Documents\\Word
documents\\Test1.docx" "OLE_LINK1" \a \t } }{ REF Name }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




lenbel wrote:
I am using word 2007 and i want to link text fill-in fields to
several other word 2007 documents. i have tried several times and it
seems to work on some but not on others. does the "protection" have
to be off on the document containing the fill-in field to copy and
paste special then unformatted link then i go and format the new
linked item in the new document? it works sometime and not others is
there a limit of how many times an item can be linked?




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default linking text fill-in fields

Let's put it this way. It *shouldn't* matter; however OLE linking is often
somewhat flaky.

If the other documents do not require separate editing - eg they are part of
the same document package. Then it would be simpler to combine them into
one document and use REF fields to reproduce the data. - see
http://gregmaxey.mvps.org/Repeating_Data.htm

If memory serves well, Greg was working on a utility for preparing batches
documents with common data. I don't see it on his web site, but he may be
persuaded to reveal more information.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




lenbel wrote:
thanks Graham does it matter that i am linking this text field to
many many different documents?

"Graham Mayor" wrote:

If you use the method described to copy a form text field to the
clipboard and paste as a link into another document, you will
produce a field such as { LINK Word.Document.12 "D:\\My
Documents\\Word documents\\Test1.docx" "OLE_LINK1" \a \t } This
should display the content of the form field automatically while
both documents are open. It should not be necessary to unprotect the
form. You can copy and paste that field a number of times in the
target document
or
you can include it in a set field and use a REF field to place it.
{ SET Name { LINK Word.Document.12 "D:\\My Documents\\Word
documents\\Test1.docx" "OLE_LINK1" \a \t } }{ REF Name }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




lenbel wrote:
I am using word 2007 and i want to link text fill-in fields to
several other word 2007 documents. i have tried several times and
it seems to work on some but not on others. does the "protection"
have to be off on the document containing the fill-in field to copy
and paste special then unformatted link then i go and format the new
linked item in the new document? it works sometime and not others
is there a limit of how many times an item can be linked?



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
lenbel lenbel is offline
external usenet poster
 
Posts: 3
Default linking text fill-in fields

Thanks so much Graham, i have changed the link to "header" and location is
document that holds the header some of the documents had the link to a
"template" location which doesn't exist once you close out. i really
appreciate this information and i did go to the other website and print out
the information. Thanks again for making me look good to my boss.


"Graham Mayor" wrote:

Let's put it this way. It *shouldn't* matter; however OLE linking is often
somewhat flaky.

If the other documents do not require separate editing - eg they are part of
the same document package. Then it would be simpler to combine them into
one document and use REF fields to reproduce the data. - see
http://gregmaxey.mvps.org/Repeating_Data.htm

If memory serves well, Greg was working on a utility for preparing batches
documents with common data. I don't see it on his web site, but he may be
persuaded to reveal more information.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




lenbel wrote:
thanks Graham does it matter that i am linking this text field to
many many different documents?

"Graham Mayor" wrote:

If you use the method described to copy a form text field to the
clipboard and paste as a link into another document, you will
produce a field such as { LINK Word.Document.12 "D:\\My
Documents\\Word documents\\Test1.docx" "OLE_LINK1" \a \t } This
should display the content of the form field automatically while
both documents are open. It should not be necessary to unprotect the
form. You can copy and paste that field a number of times in the
target document
or
you can include it in a set field and use a REF field to place it.
{ SET Name { LINK Word.Document.12 "D:\\My Documents\\Word
documents\\Test1.docx" "OLE_LINK1" \a \t } }{ REF Name }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




lenbel wrote:
I am using word 2007 and i want to link text fill-in fields to
several other word 2007 documents. i have tried several times and
it seems to work on some but not on others. does the "protection"
have to be off on the document containing the fill-in field to copy
and paste special then unformatted link then i go and format the new
linked item in the new document? it works sometime and not others
is there a limit of how many times an item can be linked?






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fillable fields that automatically fill out other fields Johann MacDonagh Microsoft Word Help 2 July 7th 08 08:42 PM
auto-fill the next 3 fields when selecting text from a dropdown Freddie Fredricks Microsoft Word Help 5 September 25th 07 06:25 AM
Linking (Connecting?) Multiple Text Form Fields WinkinVan Microsoft Word Help 1 July 5th 07 07:48 AM
Auto fill Form Fields from previous Variable fields? OmaScott Microsoft Word Help 3 July 19th 06 09:09 PM
linking 2 fields so they both have the same text Fishers Tim Microsoft Word Help 2 March 6th 05 12:43 AM


All times are GMT +1. The time now is 07:46 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"