#22001/2/23 0:34:29
查了一下,应该是这样:
You can use the Nz function to return zero, a zero-length string (" "), or another specified value when a Variant is Null. For example, you can use this function to convert a Null value to another value and prevent it from propagating through an expression.
Nz(variant[, valueifnull])
就是可以返回0或者是0长度的字符串或者是一个你指定的值。不知道你要用来做什么,
但是肯定可以用的。