S
Susan
Here is my problem. I'm trying to build an IIF statement in a report. If I
build it in the query, it removes the entire record. So in the field on the
report, I want it to show the data if there is any, if the field is 0 or
null, I want it to be blank.
So so far here is what I have.
IIF(Field1),is null,"")
This appears to be only partially correct, because it does remove the field,
but does not show the data that is there.
Thanks for any info!!!!
build it in the query, it removes the entire record. So in the field on the
report, I want it to show the data if there is any, if the field is 0 or
null, I want it to be blank.
So so far here is what I have.
IIF(Field1),is null,"")
This appears to be only partially correct, because it does remove the field,
but does not show the data that is there.
Thanks for any info!!!!