I have a layer with ~50 polygons. I am trying to label only one of them at a time in my DDP. Each map shows some of the other polygons but I only want to label the one that is being referenced. I am using a text symbol for labeling. Here is the code that has worked before.
Function FindLabel ( [MapTitle] )
FindLabel = "^"
End Function
The text symbols attachment is what the symbols are that I am using (ESRI Default Marker Symbols).
I have a field in my layer called "MapTitle" and am using that to name each page.
The Big Rice WMA attachment is what I want to do. What it is doing right now is labeling all of the polygons in my layer.