I have a database where my "CourseID" field lists specific training courses. "Other" is one of the choices. If you select "Other" you are required to enter a course name in the "CourseDescription" field. I have a lot of "Other" listings in my query. What I would like to do is if the CourseID is "Other", leave it blank in my query otherwise list the name of the course. Would I do this with an IIF statement? and if so, would it go in the criteria section of the query? I have never used the IIF function before and am unsure how to make this work.