Hi,
I have a form, with some dropdowns that are bound to some table fields.
In the table I have the fields defaulted to 0, and on the form I have the dropdowns defaulted to 0 too.
But here is the problem I'm facing, if a user is making an entry and accidently enters something into a dropdown, and then changes their mind and erases what they put in the field.
When they save the record, it's saving this field as a null instead of 0.
Is there a way to make it so, if they erase the field that defaults to 0 too?
I have a form, with some dropdowns that are bound to some table fields.
In the table I have the fields defaulted to 0, and on the form I have the dropdowns defaulted to 0 too.
But here is the problem I'm facing, if a user is making an entry and accidently enters something into a dropdown, and then changes their mind and erases what they put in the field.
When they save the record, it's saving this field as a null instead of 0.
Is there a way to make it so, if they erase the field that defaults to 0 too?