not repeating label and display all data ini 1 line

1853
1
03-27-2012 08:07 PM
tapaidesa
New Contributor
i'm trying to label my polygon like this.
NO CASE :4321,1234,5423
ADDRESS : MY ADDRESS

my problem is how to display all "NO_CASE" in 1 line and remove duplicate address..
if i do like this:
  FindLabel =""NO CASE :" &[NO_CASE]& vbnewLine & ADDRESS : "&[ADD_3]
my result :
NO CASE :4321
ADDRESS : MY ADDRESS
NO CASE :1234
ADDRESS:MY ADDRESS

PLZ HELP ME
Tags (2)
0 Kudos
1 Reply
LauraCoppola
New Contributor II
I don't get what you talking about with the "NO_CASE" thing, but for

FindLabel =""NO CASE :" &[NO_CASE]& vbnewLine & ADDRESS : "&[ADD_3]

remove the bolded ADDRESS:, that parts just labeling
0 Kudos