A
AJ
Thanks to previous threads I'm this far, but now stuck...
I have a form = MBRform
I have a text box ([text241] with an iff statement based upon another field.
iif([text181]="xxx", "abc","is null")
Then I have a query
Field1
Criteria = =forms!mbrform!text241 or forms!mbrform!text241 is null
FIeld2 = forms!mbrform!text188
The qry pulls just fine when the iff statement is true. But, when the iff
statement is false I get no results at all.
Thanks in advance for any help.
I have a form = MBRform
I have a text box ([text241] with an iff statement based upon another field.
iif([text181]="xxx", "abc","is null")
Then I have a query
Field1
Criteria = =forms!mbrform!text241 or forms!mbrform!text241 is null
FIeld2 = forms!mbrform!text188
The qry pulls just fine when the iff statement is true. But, when the iff
statement is false I get no results at all.
Thanks in advance for any help.