In the past I avoided the IIf-statement, but in case of simple 'display switch' for exampel like
lblXYZ.Caption = IIf(IsNull(strQ), "Kraut", "Kindergarten")
I learned to like AND use AND read it, saving space. (Thanks Chris recalling the origin ;) )
So I think too it's dependend from how...