Click to See Complete Forum and Search --> : Tool Tip Formula


wooody
February 27th, 2008, 10:51 AM
I don't understand why this won't work:

if {reject_cd} = "" then
chr(9)
else
"Rejected Claim"


The field will get "Rejected Claim" as a tooltip but it will never get chr(9) (no tool tip). On the fields that should be chr(9), they show a tool tip of "Text Object". Any ideas why this doesn't work?