Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional formatting for mail merge fields

Status
Not open for further replies.

AverageBear

Technical User
Feb 2, 2000
6
US
I need to &quot;bullet&quot; mail merge fields that contain data, but suppress the line if there is no data.&nbsp;&nbsp;In addition I want to leave a blank line between fields that contain data. <br>Example with data in each field:<br>&nbsp;&nbsp;. Field1<br><br>&nbsp;&nbsp;. Field2<br><br>&nbsp;&nbsp;. Field3<br><br>Example with no data in Field2:<br><br>&nbsp;&nbsp;. Field1<br><br>&nbsp;&nbsp;. Field3<br>
 
try using <br>IIF(Somevalue = Something,&quot;&nbsp;&nbsp;.&quot; & Field1, &quot;&quot;)<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top