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!

WORD XP Mail Merge - IF..Then..Else..

Status
Not open for further replies.

wesbooks

Programmer
Sep 8, 2002
22
CA
Hi expert,

How can I work around with the merge condition like this with the If..Then..Else Word fields?

Merge Fields: Merge_field_1, Merge_field_2, Merge_field_3

If (Merge_field_1 is not null) then
text = "see note"
Else
text = Merge_field_3
End If

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top