S
S Himmelrich
I know the syntax of iif within MS Access Queries. However I can you
build an iif statement that has the option to choice one of three
values to populate result, as opposted to one of two values to
populate resulting field?
This is the statement I'm working on, which works:
PMM Methodolgy: iif([Project Type]="Enhancement-Large" Or [Project
Type]="New-Large" Or [Project Type]="DTSS-CALFLA-Discovery", "PMM
Workflow", "Fast Track Workflow")
I need to evaluate the "Project Type" field and if it's null or ""
then the value should be "No Project Type" - how do I integrate this
logic into my currently working iif statement?
Thanks!
build an iif statement that has the option to choice one of three
values to populate result, as opposted to one of two values to
populate resulting field?
This is the statement I'm working on, which works:
PMM Methodolgy: iif([Project Type]="Enhancement-Large" Or [Project
Type]="New-Large" Or [Project Type]="DTSS-CALFLA-Discovery", "PMM
Workflow", "Fast Track Workflow")
I need to evaluate the "Project Type" field and if it's null or ""
then the value should be "No Project Type" - how do I integrate this
logic into my currently working iif statement?
Thanks!