> If I use (IFNULL(Column, -0-, (Column + 2) )) I get an error or with > (IFNULL(Column, Null, (Column + 2) )) I get a zero when the column is null > and the calculation is fine when the column is not null.
Is your eqnull setting off? Ben Petersen
> If I use (IFNULL(Column, -0-, (Column + 2) )) I get an error or with > (IFNULL(Column, Null, (Column + 2) )) I get a zero when the column is null > and the calculation is fine when the column is not null.
Is your eqnull setting off? Ben Petersen