HighlandJinx
Programmer
I'm having problems with the ISNULL statment in my current report. I'm creating a missing data report so that it only data MISSING from a table is shown. there are several fields in the table that we check for either a NULL value(no data) or "-" or "N/D".
The problem is this:
The detail section has a formula that SUPRESS the section that DOESNOT have missing or the stated values. i use. ISNULL({FIELD}) <> TRUE or
{FIELD} <> "-" or
{FIELD} <> "N/D"
When i test this the report is blank, i know there are missing data fields as i'm using a test database riddled with missing fields... can anyone help me?
The problem is this:
The detail section has a formula that SUPRESS the section that DOESNOT have missing or the stated values. i use. ISNULL({FIELD}) <> TRUE or
{FIELD} <> "-" or
{FIELD} <> "N/D"
When i test this the report is blank, i know there are missing data fields as i'm using a test database riddled with missing fields... can anyone help me?