M
Mat
Hello all,
it would be nice if anyone could help me with the following:
I'm trying to set up a MainMergeDocument as connected to an Access table as data source. The problem I'm encountering is, that although I provide the table in the "connection"-property there always pops up a window asking for the table. I would like to avoid that pop-up. Here is the part of the code, where I open the datasource:
Documents("Umschläge.doc").MailMerge.OpenDataSource _
Name:=C:\Test.mdb, _
ReadOnly:=True, LinkToSource:=True, AddToRecentFiles:=False, _
Connection:="TABLE Contacts_Import"
I'm using Office 2003. Thanks a lot in advance for any help,
Mat
it would be nice if anyone could help me with the following:
I'm trying to set up a MainMergeDocument as connected to an Access table as data source. The problem I'm encountering is, that although I provide the table in the "connection"-property there always pops up a window asking for the table. I would like to avoid that pop-up. Here is the part of the code, where I open the datasource:
Documents("Umschläge.doc").MailMerge.OpenDataSource _
Name:=C:\Test.mdb, _
ReadOnly:=True, LinkToSource:=True, AddToRecentFiles:=False, _
Connection:="TABLE Contacts_Import"
I'm using Office 2003. Thanks a lot in advance for any help,
Mat