Here is the code I am using for a mail merge but I get an error msg in the last line.
works fine when using a table but not with a query, any suggestions?
objWord.MailMerge.OpenDataSource _
Name:="m:\DecPage.mdb", _
LinkToSource:=True, _
Connection:="QUERY Merge", _...