Your MS Access Condition to Test is made up of two Logical results combined with OR. The first is the IsNull, and the second is the IIf(). In the previous response, I addressed the IIf() only,
In MS Access, IsNull uses a single parameter, and returns a Boolean result. In SQL Server, IsNull()...