Dear all,
This is my first post.
I am working within an Access query and cannot get the following code to work. Can anybody help me? It is saying that if the Project site actual recruitment end date is null and the Project_Site_Status is neither Open or Suspended, then put Yes, else put No.
Many thanks,Code:IIf([Project site actual recruitment end date] Is Null And ([Project_Site_Status]<>"Open" Or [Project_Site_Status]<>"Suspended"), "Yes", "No")
sparkes84