Micash
Programmer
- Dec 11, 2000
- 54
Hi all
Haven't been around for ages. I have a problem that nobody seems to know how to resolve. In VB I have a textbox bound to a date field in Acess. When I want to empty the textbox because the date is incorrect and anknown for the moment, I can't drive home a null value to the database.
datPD.recordset("DOB").value = vbNull does not work
datPD.recordset("DOB").value = Null does not work either.
Any clues?
Haven't been around for ages. I have a problem that nobody seems to know how to resolve. In VB I have a textbox bound to a date field in Acess. When I want to empty the textbox because the date is incorrect and anknown for the moment, I can't drive home a null value to the database.
datPD.recordset("DOB").value = vbNull does not work
datPD.recordset("DOB").value = Null does not work either.
Any clues?