I have a simple VB/SQL Server problem, which is driving me nuts.
I want to reset a (non-Key)SQL field back to a Null value, from inside a VB form. I have tried changing the textbox value and tried changing the recordset directly, with no success. Here is what I have tried, all of which produced an error:
txtfield.text=""
txtfield.text=Null
adorecordset.recordset("FieldName"=Null
adorecordset.recordset("FieldName"=""
Any help would be greatly appreciated. [sig][/sig]
I want to reset a (non-Key)SQL field back to a Null value, from inside a VB form. I have tried changing the textbox value and tried changing the recordset directly, with no success. Here is what I have tried, all of which produced an error:
txtfield.text=""
txtfield.text=Null
adorecordset.recordset("FieldName"=Null
adorecordset.recordset("FieldName"=""
Any help would be greatly appreciated. [sig][/sig]