Hi when I try save a blank to a numeric field in my database I get an error, I'm stuck saving a 0 instead, but this is causing me problems.
Printable View
Hi when I try save a blank to a numeric field in my database I get an error, I'm stuck saving a 0 instead, but this is causing me problems.
So you want the field to be nothing?
Yes
How do you save it??
You can insert Null values into a field wich allow Nulls.
Yes the null should work.