I was hoping someone could help me with this. Im using Access 2000 and I am new to Access. Im doing an iif statement within a query.
Expr6: IIf([expr5]=1,'Registered',IIf([expr5]=3,'Submitted'),iif([expr5] = 6,'LOI Executed')
of course this is coming back an error. it wasnt coming back an error until I added the last statement:
iif([expr5] = 6,'LOI Executed')
What did I do wrong in adding the last part?
Let me know if there is further information needed to solve this.
Thank you!!
Expr6: IIf([expr5]=1,'Registered',IIf([expr5]=3,'Submitted'),iif([expr5] = 6,'LOI Executed')
of course this is coming back an error. it wasnt coming back an error until I added the last statement:
iif([expr5] = 6,'LOI Executed')
What did I do wrong in adding the last part?
Let me know if there is further information needed to solve this.
Thank you!!