Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking a document in Worrd

Status
Not open for further replies.

smsinger3

Programmer
Joined
Oct 5, 2000
Messages
192
Location
US
Hello all.

I am linking documents together using Insert/File/Link. The Word field is {INCLUDETEXT...} . When I move these documents to another person's computer, the file names still point to the old directory. Is it possible to change the "default" directory to the directory where the master document is? I could re-link them all, but there is about 40 documents! It would be VERY helpful!

Your help is certainly appreciated!

Steve
sms@hmbnet.com
 
Hi Steve -

I was hoping maybe you could assist me. I am trying to insert a signature into a word mail merge document - Actually, it is two signatures and I am using an if statement to insert the signatures depending on another field. However, I cannot get it to work.

The signature file is saved under My Documents - This is what I have in the field:

{if { MERGEFIELD Sales_Mgr}=
Mike""{INCLUDETEXT C:\\ Signature - Torrese.doc}" "Not Mike"}

Any idea on what I am doing wrong??? Thanks!!!
 
I've never done anyting like this, but it seems to me that syntax may be wrong. Should it be something like this:

{if { MERGEFIELD Sales_Mgr}=
"Mike" ", {INCLUDETEXT C:\\ Signature - Torrese.doc}" , "Not Mike"}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top