N
NeoFax99
I am having a problem with a crosstab query that results in no data,
which is fine, but the report generates an error. I read here that you
can add ColumnHeadings to the query properties, which also work.
However, in my report I tried using for row source
=Iif(iserror([60-90],null,[60-90]). Now, if there is an error
generated, it provides null as the value. However, if the field is not
an error it still nulls out the value. I would like to not see a page
of #Errors, but I would also like to have my information be correct.
What is wrong with this?
which is fine, but the report generates an error. I read here that you
can add ColumnHeadings to the query properties, which also work.
However, in my report I tried using for row source
=Iif(iserror([60-90],null,[60-90]). Now, if there is an error
generated, it provides null as the value. However, if the field is not
an error it still nulls out the value. I would like to not see a page
of #Errors, but I would also like to have my information be correct.
What is wrong with this?