My website accepts number values and I receive an error if no value is inputted. (only works when a value is present)
Problem:
I would like to delete this value if needed without receiving this error:
Data type mismatch in criteria expression
My Access database has a number type field and using cf_sql_varchar in my update statement.
I've tried using other cf_sql types: number, integer, etc without success.
Would the solution be to insert a default value of 0 if no data is present or to change the cf_sql statement that would accept a null value for the number type field in Access?