P
Philippe_Dsf
Execute_$ = CheminWork$ + "Second.doc"
Requete$ = "SELECT * FROM " + Execute_$ + " WHER
((Identification_de_la_correspondance = '" + Criteres$ + "'))"
ActiveDocument.MailMerge.OpenDataSource Name:=Execute_$, _
ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True
_
AddToRecentFiles:=False, PasswordDocument:=""
PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:=""
Revert:=False, _
Format:=wdOpenFormatAuto, _
SQLStatement:=Requete$, SQLStatement1:=""
The problem is when I execute the last ligne the MailMerge I lost al
my DOcument import. My document content a link to another document wit
Sign for my letter, but after this command I loose the link ? Why
Phi
Requete$ = "SELECT * FROM " + Execute_$ + " WHER
((Identification_de_la_correspondance = '" + Criteres$ + "'))"
ActiveDocument.MailMerge.OpenDataSource Name:=Execute_$, _
ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True
_
AddToRecentFiles:=False, PasswordDocument:=""
PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:=""
Revert:=False, _
Format:=wdOpenFormatAuto, _
SQLStatement:=Requete$, SQLStatement1:=""
The problem is when I execute the last ligne the MailMerge I lost al
my DOcument import. My document content a link to another document wit
Sign for my letter, but after this command I loose the link ? Why
Phi