If it is a field for display only, you can use the NZ function in the control
source of the field
=Nz([FieldName],0)
If it is a field that you want to update, but you want to avoid the user
changing the 0 to Null, then you can set the default of the field to 0, and
on the before update event of the field you can write the code