View Single Post
 
Old 02-23-2016, 03:13 PM
luisaranda luisaranda is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Nov 2015
Posts: 4
luisaranda is on a distinguished road
Default 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>
Reply With Quote