Good Day All,
I have a field "customer Deposit" in a table "Customers". The default value in the table is set to the number 0. However when this field is bounded to a control on a form the field on the form show up blank. In the property sheet of the form I also set the default value as 0 but this does not help. I also use the nz([customer Deposit], 0) and this does not work either.
can anyone help me to get a zero value to display visibly in this form field?