View Single Post
 
Old 12-02-2021, 03:03 AM
forstera forstera is offline Windows 10 Office 2016
Novice
 
Join Date: Dec 2021
Posts: 2
forstera is on a distinguished road
Default adding a line break in a table when mailing

Hello all,

I need to make a mailing with the notes of your students.

The mailing is distributed in a table; one discipline per line.
The problem is that we have an elective discipline and we would like it not to be displayed if there is no note without creating an empty row in our table.

So I tried to make the following which works if it's not in a table ...

{ MERGEFIELD Field01 \* MERGEFORMAT }{MERGEFIELD Field02 \b"
"}
(there's a carriage return after the ..\b"

So the result outside a table ist :
Field01
Field02

But inside my table the resut is : Field01<White square>Field02
I join a pic, maybe it would be better to understand ...

Is there a way to force the carriadge return in my table ? I already tried Chr(13) ; \r but there are always displayed as a text ...
Attached Images
File Type: png Word-MailingProblem.png (59.1 KB, 10 views)
Reply With Quote