karateboy02
Programmer
I am having a problem with an adodc update. I use the adodc.recordset.update command and it works perfectly on every field that is edited by mouse click. It doesn't matter if it is a check box or a text box. However if I change the value in my code such as:
If textbox1.text = "1" then
textbox1.text = "0"
adodc1.recordset.update
end if
It never updates that record in the database. Any sugestions?
If textbox1.text = "1" then
textbox1.text = "0"
adodc1.recordset.update
end if
It never updates that record in the database. Any sugestions?