Ignore merge field codes when field doesn't exist

M

mcalex

Hi, I work at a charity, and we have a template letter document that prints
different receipt letters depending on different donations.

Sometimes, raffle tickets will have been purchased, and we need to add the
ticket range info to the letter. The problem is that letters without raffle
ticket information don't have ticket info fields in the data. Therefore, I
get "Error! MergeField was not found in header record of data source" errors.
Is there a way to display field data only if the field actually exists in
the data source? Something like 'if exists {mergefield firstTicket}' or '{if
{mergefield firstTicket } is not null'

thanks for any help
Using:
Word 2003
Win XP Pro
 
D

Doug Robbins - Word MVP

There is nothing that you can do as part of the built-in mail merge
functionality that can take care of that situation. However, it would be
possible to create a macro that compared the mergefields in the mail merge
main document with those in the data source and take some action in the case
of those that do not exist in the data source. Determining what that action
should be is something to which you would need to give a bit of thought
however, as just deleting (aka ignoring) the mergefield in the document, may
result in a sentence or paragraph appearing out of context or not making
sense.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
M

mcalex

Doug Robbins - Word MVP said:
There is nothing that you can do as part of the built-in mail merge
functionality that can take care of that situation. However, it would be
possible to create a macro that compared the mergefields in the mail merge

Bummer, didn't think it was going to be easy. OK, I'll fire up VBA. Thanks
Doug.

mcalex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top