Here's good documentation on IIf:
https://www.techonthenet.com/access/functions/advanced/iif.php
IIf(test, true result, false result)
Your IIf doesn't have a complete test, it's just one field. You need a comparison operator (=, <,>, etc) and what to test [Client Title] against
Also, your...