c = a + bwhere "a" has a value and "b" does not. Some systems generate an error, others seem to work ok.
if IsNull(xx) then if IsEmpty(xx) then Nz(xx) returns either zero, or a null string - "" - or xx Nz(xx, yy) returns either yy (if xx is null) or xxAuthor: Robert Clemenzi - clemenzi@cpcug.org