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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.