CvtNulls Purpose Returns the value of the first parameter which is not null. See also Nz. Arguments CvtNulls( <expr>, <valueifnull-1> [, <valueifnull-2, ... [, <valueifnull-n>] ] ) Example CvtNulls( Null, Null, 3, Null ) Returns 3.