J
Jean Peterson
I am creating a Merge Catalog that is a Contact List using
an Access Query as a Data Source. I am trying to insert an
If/Then/Else field so that if there is a Work Phone#, it
will insert the text: "Work Phone: { MERGEFIELD
WorkPhone }" otherwise it will insert nothing. I'm using
the "Insert Word Field" button. When I toggle to "View
Merged Data" no one has a "Work Phone" even though the
majority of the people do. I have several other
If/Then/Else fields I'm trying to utilize and am also
getting zero results displayed for them. Following is the
field I copied from my document. Any idea what I'm doing
wrong?
{IF { MERGEFIELD WorkPhone } <> "" ""Work Phone: {
MERGEFIELD WorkPhone } "" ""}
Thanks.
Jean Peterson
an Access Query as a Data Source. I am trying to insert an
If/Then/Else field so that if there is a Work Phone#, it
will insert the text: "Work Phone: { MERGEFIELD
WorkPhone }" otherwise it will insert nothing. I'm using
the "Insert Word Field" button. When I toggle to "View
Merged Data" no one has a "Work Phone" even though the
majority of the people do. I have several other
If/Then/Else fields I'm trying to utilize and am also
getting zero results displayed for them. Following is the
field I copied from my document. Any idea what I'm doing
wrong?
{IF { MERGEFIELD WorkPhone } <> "" ""Work Phone: {
MERGEFIELD WorkPhone } "" ""}
Thanks.
Jean Peterson