Sometimes print an envelope & sometimes not

M

magicdds-

I have a mailmerge envelope and letter that is opened from Access. There is a
yes/no field in the merge query, named ENVELOPE.

Is there a way to set up an "IF" field in the envelope part of the document
such that IF ENVELOPE = "true" then the envelope prints, followed by the
letter
If ENVELOPE = "False" then only the letter prints

Or perhaps someone has a suggestion of a better way for the user in Access
to indicate if, when the merge is made to Word, Word should display both the
envelope and letter or just the letter.

Thanks for any ideas.
Mark
 
G

Graham Mayor

Mixed merges are difficult enough at the best of times. You would be better
creating a separate envelope merge with a SkipIf field at the start eg

{ SKIPIF { MERGEFIELD Envelope \*Upper } = "FALSE" }


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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