Merge data if database checkbox field is True

  • Thread starter Terry B via OfficeKB.com
  • Start date
T

Terry B via OfficeKB.com

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

Terry B via OfficeKB.com

Never Mind,
I figured it out.
I was trying to make it too hard.
This Works.
{IF {MERGEFIELD "FId" } = "True" {MERGEFIELD "LandFId"}}
 

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