Default Field Values
Is there a way to set default values for a numeric field? I have several fields that sometimes are null. I want the nulls to show as zero. I tried iif(value is null, 0.00 , value) but it gives an error on the ânullâ word. I tried âIsNullâ, âIsNothingâ and âIsNumericâ all with the same error.
Any ideas?
|