I have the following expression:
IIf(IsNull(DefinitionField),Null,LabelField)
The goal is to clear a label out of the LabelField if a definition is cleared from DefinitionField. Nothing is happening, however. What am I doing wrong?
Thanks in advance,
Carly
IIf(IsNull(DefinitionField),Null,LabelField)
The goal is to clear a label out of the LabelField if a definition is cleared from DefinitionField. Nothing is happening, however. What am I doing wrong?
Thanks in advance,
Carly