Feild Null to "0"

J

Joshua A. Booker

Please rephrase the queestion.

If you're trying to check if a field is null, use the function IsNull().
If you want to convert Nulls to Zero or a zero length string use the
Function NZ().

HTH,
Josh
 
Top