Format true/false mergefield

G

Gary O

Hi,

I am creating a mail merge document using data stored in an access table.

The access table contains a number of "yes/no" fields which have been
formated to show either "Yes" or "No".

When I insert these fields as mail merge fields in my word document, they
display as "True" or "False".

I have looked at the mergefied format options and can not find any obvious
option to indicate whether to display the field as "true", "false", "yes" or
"no".

How can I get my mail merge document to display Yes/No rather than True/False?

Or do I need to post this in the access newsgroup as I need to amend a field
option in access and not a mail merge field in word?

Thanks for any assistance.

Gary O
 
G

Graham Mayor

The simplest solution is to use a conditional field as Word does not now
apply any formatting to the raw data:

{IF {Mergefield fieldname} = "True" "Yes" "No"}


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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