Mail Merge From MS Access

D

Dunner

Hi,

I am trying to create a mail merge from an MS Access
database with the address details and some additional
fields. These additional fields are Yes/No input fields
that indicate if something is outstanding or not.

What I would like to do is create a mail merge field that
checks this yes/no value and if it is yes places the name
of the item in the field and if it is no leaves it blank.

Is this even possible or would I be better off trying to
create the letter as a form/report in the database?

Thanks for your help

Dunner
 
D

Doug Robbins

It is possible using and If...then...Else field in the mailmerge main
document, but in my view, databases are better at data manipulation so you
might be better off creating a query in Access in which you use the IIF()
function and then use that query as the datasource.

Depending upon what you are doing, it might also be better to do the whole
thing in Access with a Report.
--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - 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