1 2 3 4 5 6 7 8 9
| ThisDocument.MailMerge.MainDocumentType = wdFormLetters
ThisDocument.MailMerge.OpenDataSource Name:="C:\il.odc", _
ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True, _
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _
Format:=wdOpenFormatAuto, Connection:= _
"Provider=SQLOLEDB.1;Persist Security Info=True;User ID=***;Initial Catalog=IR;Data Source=ir\msql" _
, SQLStatement:="SELECT TOP 5 * FROM [perspectives] INNER JOIN tiers ON perspectives.rpe_auxiliaire=tiers.t_auxiliaire INNER JOIN contact ON perspectives.rpe_numerocontact=contact.c_numerocontact ", SQLStatement1:=" AND contact.c_auxiliaire=perspectives.rpe_auxiliaire WHERE T_AUXILIAIRE=" & 100000, SubType:= _
wdMergeSubTypeOther |
Partager