View Single Post
 
Old 09-22-2018, 08:55 AM
Yarikh Yarikh is offline Windows 10 Office 2016
Novice
 
Join Date: Jan 2018
Posts: 6
Yarikh is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Instead of:
{ IF { MERGEFIELD Titolo }<> "" "{ MERGEFIELD Titolo }" "" }¶
use:
{MERGEFIELD Titolo \f "¶
"}

where ¶ is the actual paragraph break. Do the same with { MERGEFIELD Contenuto }

Similarly, instead of:
{ IF { MERGEFIELD Note_alla_datazione }<> "" "Note alla datazione: { MERGEFIELD Note_alla_datazione }" "" }¶
use:
{ IF { MERGEFIELD Note_alla_datazione }<> "" "Note alla datazione: { MERGEFIELD Note_alla_datazione }¶
"}

This is all discussed in the Mailmerge Tips and Tricks 'Sticky' thread at the top of this forum: https://www.msofficeforums.com/mail-...ps-tricks.html
I'm sorry, maybe I'm really dumb, but I don't understand.
I tried to follow what you wrote and also read the tips&tricks topic, but I cant' obtain what I need: things remain the same, or worse, I create one more break line.

I think my problem is I need to use labels (which have to disappear when the field is ampty) and IF rules all toghether.

Can you explain better what I have to do or even better give me the correct version of my template?

Thanks so much!
Reply With Quote