Hello, can anyone help me figure out what is wrong with my below code? I keep getting the "wrong number of arguments" error in this query
Status: IIf([QStatus]= "Open" And [Type] ="Check In") Or ([QStatus] "Open" and [Type] ="Check Out"), Or [QStatus] ="Closed" and [Type] Is Null And [checkoutDateIn] is Null), "Checked Out"), IIf([QStatus] = "Closed" And [Type] Is Null And [checkoutDateIn] Is Not Null, "Checked In"))