Hi,
I have a field that is either "TC", "26", or blank.
I'm trying to replace all of the blanks with a word so that I can perform a Join on the result.
I'm using the formula IIF(ISNULL([procedure]),"Global",[procedure]) but this does not seem to be working. The blank fields continue on as blanks.
Is there some other way to do this?
Thank you!