We recently upgraded to Sequel Server 2005. On the last version, I would write data to a table. If the field was blank, I would use an if and isnull statement using double quotes in the field so sequel thought there was something there.
In the new version, it will no longer allow me to use the double quote for the field value. I tried just entering spaces within the quotes which did not work as well. I am using VBA to write the data, and I keep getting an error when I get to the field that used the double quotes.
Is there a different way to add the blank value without changing the field properties in sequel to allow nulls?
In the new version, it will no longer allow me to use the double quote for the field value. I tried just entering spaces within the quotes which did not work as well. I am using VBA to write the data, and I keep getting an error when I get to the field that used the double quotes.
Is there a different way to add the blank value without changing the field properties in sequel to allow nulls?