I have a report that I want data to display very specifically.  I want my part name and revision level to show on the report, but if the revision level is blank, to display only the part name.  This is what I have in an unbound text field on the report:
=[PartName] & IIf([RevLevel]=" ","  ","...