PatrioticTX
Programmer
In the process of saving data to a recordset from VB6, I need to store a blank in a Number (Single) field of an Access table. I do not want to store a '0' value, it must be completely blank. When I try to do this, I get a Data Type Conversion Error. I have tried setting the recordset field to both vbNullString and Null using VB, but neither work.
If I am using Access directly, all I have to do is clear the field and it works. It also works when I run an Access Update Query and set the field value to null.
Executing an update SQL from VB is too inefficient. How can I do this in VB? Thank you for your help!
If I am using Access directly, all I have to do is clear the field and it works. It also works when I run an Access Update Query and set the field value to null.
Executing an update SQL from VB is too inefficient. How can I do this in VB? Thank you for your help!