problems with mailmerge using Access 2007

E

Eric

converted a couple of application from Access 2003 to Access 2007 and noticed
that mailmerge using VBA no longer works. The application aborts at

With objWord.ActiveDocument.Mailmerge
.Destination = wdSendToNewDocument
.Execute
End With

I looked at several forums but nobody seems to have a clear answer of why
the mailmerge routine aborts.

Any help is most appreciated.
 
Top