C
chachi
hi everybody, i've been having this problem for a while now and have
been unsuccessful in finding a solution. we have a recruitment program
(recruitment plus, if anyone wants to know) at work that we use for
doing mail and email merges. i open my program, find what it is that i
want to merge, hit merge, and word opens with the finished product.
whenever i merge documents with vb code, the MailMergeBeforeRecordMerge
method only fires on the last record.
what i'm trying to do is change the text of a mergefield, then insert
that modified text into boomark. i'm doing all of this inside
MailMergeBeforeRecordMerge. it works perfectly... except for the fact
that it only works for the last record. (before i change the info in
each record, i have a little popup window tell me what record i'm
merging, and it only pops up on the last record)
i know that there's a problem with the MailMergeBeforeMerge method only
firing when called from the mail merge wizard, i'm wondering if maybe
there's a similar problem with MailMergeBeforeRecordMerge...?
can anyone can shine some light on my situation?
been unsuccessful in finding a solution. we have a recruitment program
(recruitment plus, if anyone wants to know) at work that we use for
doing mail and email merges. i open my program, find what it is that i
want to merge, hit merge, and word opens with the finished product.
whenever i merge documents with vb code, the MailMergeBeforeRecordMerge
method only fires on the last record.
what i'm trying to do is change the text of a mergefield, then insert
that modified text into boomark. i'm doing all of this inside
MailMergeBeforeRecordMerge. it works perfectly... except for the fact
that it only works for the last record. (before i change the info in
each record, i have a little popup window tell me what record i'm
merging, and it only pops up on the last record)
i know that there's a problem with the MailMergeBeforeMerge method only
firing when called from the mail merge wizard, i'm wondering if maybe
there's a similar problem with MailMergeBeforeRecordMerge...?
can anyone can shine some light on my situation?