Lifeseeker
Registered User.
- Local time
- Yesterday, 20:53
- Joined
- Mar 18, 2011
- Messages
- 273
Hi there,
I am writing some iif conditional statements in one of my tables to assign new values in that table.
When I run it, I am getting some -1 values in the new column FP.
but if I get rid of the second IIF, then it works.
how do you combine multiple IIF statements in a query?
Any help is much appreciated.
I am writing some iif conditional statements in one of my tables to assign new values in that table.
Code:
FP: IIf([cohort with status].[Intake Date] Between #04/01/2012# And #26/04/2012#,201201) Or IIf([cohort with status].[Intake Date] Between #27/04/2012# And #24/05/2012#,201202)
When I run it, I am getting some -1 values in the new column FP.
but if I get rid of the second IIF, then it works.
how do you combine multiple IIF statements in a query?
Any help is much appreciated.