I am trying to insert an "IIF" statment into a field and each time I do it gives me the messaage that an identifier is needed. My IIF statement is as follows:
=IIF([MASTER.TOTAL HRS EARNED]>90,"SENIOR",IIF([MASTER.TOTAL HRS EARNED]>60,"JUNIOR",IIF([MASTER.TOTAL HRS...