If I may continue a line of thought…
Currently I have a field in a report that has this as the Control Source:
=IIf([Control_Source_A]<>"","Show some text,"")
I want to look to see if Control_Source_B has some text. If Control_Source_B has text, then use the above code, if it doesn’t have...