Mass Mail Merge Problem - Is there a limit on the MailMerge document size?
Hi,
I am using VS 2005. In the initial process of mail merge, if we want to merge 100 records, we will send it one by one for which the windows application stays open throughout the process and the documents will open and close for each record.
Now we are trying to merge all 100 records in a single document, each record being on a different page in the document. I debug and see 100 records are being merged, but when I view or print the document, only 7 records are displayed. If I try to merge anything more than 7 records, only first 7 get displayed or printed.
Is there any limit on the size of the document that can be created?
Thanks in advance.
Re: Mass Mail Merge Problem - Is there a limit on the MailMerge document size?
Not that I have seen but it sounds more like a possible coding issue where the doc prints or closes before the recordset has completely populated or merged.
Can you post some of your code?
Re: Mass Mail Merge Problem - Is there a limit on the MailMerge document size?
Hi,
It was a coding problem. The MailMerge documents LastRecord property was set to the number of data fields to be populated instead of the number of records to be merged. Problem solved.
Thanks.
Re: Mass Mail Merge Problem - Is there a limit on the MailMerge document size?
Np, ;)
Ps, dont forget to Resolve your thread ;)