I am trying to issert an iif expression in a query that looks at a field in another query. I need to have anything that is an "N" return a value of FALSE and anything that is "Y" return a value of TRUE.
Here is my expression:
Job Lot Layered with OSS: IIf([iqry00021 Add HOVBU]![JOBLOTLAYEREDWI THOSS]= ”N”, ”False”, ”True”)
Here is my expression:
Job Lot Layered with OSS: IIf([iqry00021 Add HOVBU]![JOBLOTLAYEREDWI THOSS]= ”N”, ”False”, ”True”)
Comment