Mail Merge Multiple Rows -word(from Spain)
Hi. I write from Spain . My English is painful . Please , someone tell me , what code would be necessary to create this multi-level structure
1.MADRID
1.1.CALLE LUCAS
1.1.1NUMERO3
1.1.1.1 FONTANERO
1.1.1.2.ALBANIL
1.1.2 NUMERO4
........................
I've tried dozens of times, but I can not and Spanish can not find anything about it. A million thanks(I know press CTRL+F9.I used this, but I get nothing
{ IF { MERGESEQ } = "1" "{ MERGEFIELD City }" "" }<ENTER>
{ SET Place1 { MERGEFIELD City }}<ENTER>
{ If { Place2 } <> { Place1 }"<ENTER>
{ MERGEFIELD City }<ENTER>
<ENTER>
{ MERGEFIELD Employee }{ MERGEFIELD Sales }" "{ MERGEFIELD Employee }{ MERGEFIELD Sales }" }{ SET Place2 { MERGEFIELD City }}<ENTER>
|