It's been a while since I've done this, so forgive me for asking.
I have a textbox named "PrimaryKeyLabel". The value of this box is determined by an IIF statement (IF..Then..Else) and the ELSE part returns "Primary Key N/A". I want to set the color property of this textbox so that if it returns the ELSE, the font is Crimson otherwise the font is Black.
I currently have an iif(isnothing(Fields!Primarykey.value), "Crimson", "Black") expression in the color property, but it's not working because a value is always returned. How do I do an iif looking specifically for the value returned from the textbox's iif statement?
Thanks,
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
I have a textbox named "PrimaryKeyLabel". The value of this box is determined by an IIF statement (IF..Then..Else) and the ELSE part returns "Primary Key N/A". I want to set the color property of this textbox so that if it returns the ELSE, the font is Crimson otherwise the font is Black.
I currently have an iif(isnothing(Fields!Primarykey.value), "Crimson", "Black") expression in the color property, but it's not working because a value is always returned. How do I do an iif looking specifically for the value returned from the textbox's iif statement?
Thanks,
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"