Hi all;
Any reason why putting:
into the Conditional Formatting of a control isn't applying it in a report? Even when the length of [COMP Policy Number] is indeed shorter that the length of [Policy Number]? I've tried a few other simple expressions in Conditional Formatting too, such as:
and so on but nothing seems to be applying my formatting. Is there any special way of approaching this kind of thing I have to consider?
Thanks!
Any reason why putting:
Code:
Len([COMP Policy Number])<Len([PolicyNumber])
Code:
[[I]an empty field][/I] = ""
Code:
[[I]an empty field][/I] = null
Thanks!
Comment