Dynamic labels showing multiple records

2041
0
03-03-2014 09:08 AM
MathieuCain
New Contributor III
Hello,

I have a points feature class containing containing values by date. E.g., Each point may have multiple values (1 per date). The number of date/values may vary between point (and change as more records got added to the table). I would like to display the dates and values for each point in a single label/text box for each point.

E.g.,

point 1
XX/XX/XX     value
XX/XX/XX     value
...

Doing a simple
"location" & vbnewline & [date] & "     " & [value]
would only return one instance, whereas I'd want it to be dynamic in recording all instances sequentially.

Thoughts?
0 Kudos
0 Replies