phweston
Programmer
- May 8, 2003
- 38
We have a SQL table where we want to set the default value for some of the fields = 0. This is too avoid having a null value in the field when there is no value for these fields. These fields are set to the data type "money".
When we append records to the table(using MS Access as a front end), for some reason the default value of 0 is not inserted to the table where it should be, and we still end up having all these null fields.
Any thoughts? Should we be using another numeric data type?
When we append records to the table(using MS Access as a front end), for some reason the default value of 0 is not inserted to the table where it should be, and we still end up having all these null fields.
Any thoughts? Should we be using another numeric data type?