Hello,
Trying to merge data only if a checkbox field is checked in the database.
I have an Access database which has a checkbox on one of the forms and
some data in a field next to it.
If the Check box is True the text in the box is included in my Access report.
Im trying to accomplish the same thing in Word.
IF MERGEFIELD "My checkbox field" is false (dont do anything) Else MERGEFIELD
"My field with text in it"
How do I format this?
Thanks.
Terry B - 30 Sep 2005 14:08 GMT
Never Mind,
I figured it out.
I was trying to make it too hard.
This Works.
{IF {MERGEFIELD "FId" } = "True" {MERGEFIELD "LandFId"}}