I have a Payment Interface with a Form that creates a new record in my Payment table. There is a field for Dues Amount and another for Donation Amount. Both are define with a Currency data type, and with a Default Value of $0.00. In most cases only one of these fields will be updated by the User. The problem is that the default value is not being applied to the field the User fails to update.
What am I missing? It appears that the Default Value feature that is available when defining the field characteristics (e.g., name, data type, default value), doesn’t work properly.