Easy one,
I have 2 conditions that will create and "*" when conditions are met. so 3 fields must be NotNull and checkbox must be unticked or checkbox is ticked
When i use the or statement all i get is -1 so thinking my syntax is wrong.
1: IIf([Security_Checked_Date] Is Not Null,IIf([Security_Confirmed_Date] Is Not Null,IIf([Access_Date] Is Not Null,IIf([Security_Not_Applicable]=False,"*")))) or IIf([Security_Not_Applicable]=True,"*")
I have 2 conditions that will create and "*" when conditions are met. so 3 fields must be NotNull and checkbox must be unticked or checkbox is ticked
When i use the or statement all i get is -1 so thinking my syntax is wrong.
1: IIf([Security_Checked_Date] Is Not Null,IIf([Security_Confirmed_Date] Is Not Null,IIf([Access_Date] Is Not Null,IIf([Security_Not_Applicable]=False,"*")))) or IIf([Security_Not_Applicable]=True,"*")