Feb 4, 2003 #1 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
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