When trying to label a layer or two in ArcDesktop - ArcMap, a single label works but when I am trying to use vBscript in the expression, I get a black label.
This is the following expression:
Function FindLabel ([BLK], [SURVEY])
FindLabel = [SURVEY] & vbnewline & [BLK]
End Function
If I only display one or the other, it works fine. If I use this expression, it goes blank and will not display the desired text and give me the outcome I was looking for.
I made sure there were no conditions that would cause this if I zoomed and troubleshooted from forum posts without much success.
Thank you ahead of time and I greatly appreciate any input as I am at a loss right now.