Tuesday, February 21, 2012

RTF Interpretation

I have text box that is set to RTF Interpretation. The problem arises when the field that this textbox is linked to has no data. Instead of being suppressed like I want it to, it display's an RTF string. Can I suppress this field when that field that is linked to has no data. All my attempts have failed. Any help would be greatly appreiciated.Right click on that text goto format section and in the suppress option, write this formula

if isnull([field])=true then true

No comments:

Post a Comment