iif() statement in Access -


I have an if statement that is returning #type! Error on my form in login:

  IIF ([responsible] = null, "unassigned", [responsible])  

What do I try to do I am getting a name for the task (which works without expression) to get the name of the specified person back, and when anyone is not assigned, it will return the 'UNASSIGNED' text I will not Knows why this is not working.

As soon as they said, compare taps in T VBA, then do this:

  IIF (Isunnul ([responsible]), "unassigned", [responsible])  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -