Feild Null to "0"

  • Thread starter Thread starter Keith
  • Start date Start date
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
 
Back
Top