Greetings,
This is an issue that has been driving me bongers since last week!
I have a simple map with a Polygon Feature Class composed of 1 square mile Section blocks. The blocks are color-coded by the number of domestic water wells within the section. My labels are to show the minimum well depth, maximum well depth, and average well depth using this as the label:
[DomesticMinDepth] & vbNewLine & [DomesticMaxDepth] & vbNewLine & [DomesticAveDepth]
so that the label is stacked in three rows. Most of my labels appear properly, but if the Min, Max, and Average depth values are all the same value, the labels do not appear. But, (and this is where it gets weird) some sections that do have all the same values do get labeled.
Take a look at the attached image and you'll see what I mean. Truly odd!