The <>False in the Criteria cell is one of Access's defaults. It tells Access the IIf() expression in the Field cell is to be treated as a Criteria, i.e. to be included in the Where clause of the SQL statement.
If you directly type the IIf() expression in the Where clause of the SQL statement in the SQL View of the query, you don't need to type <>False.