I have a boolean field called [Hisp] that I want to do a expression on.
=iif([Hisp],"Hispanic","English"
For some reason this ALWAYS returns "Hispanic" regardless of the state of the field.
I tried things like:
[hisp].[text]="Yes"
[hisp].[text]="True"
...but nothing is working...it keeps coming back with "Hispanic".
How do I set up the expression to deal with boolean fields?
TIA
Sean Shrum
sean@shrum.net
sean_shrum@hotmail.com
=iif([Hisp],"Hispanic","English"
For some reason this ALWAYS returns "Hispanic" regardless of the state of the field.
I tried things like:
[hisp].[text]="Yes"
[hisp].[text]="True"
...but nothing is working...it keeps coming back with "Hispanic".
How do I set up the expression to deal with boolean fields?
TIA
Sean Shrum
sean@shrum.net
sean_shrum@hotmail.com