-
2 adodc problems
If got a problem. I'hv got 2 adodc. When I change one of the items of adodc2 and i want to update that, it works. But when I try it by adodc1, it doesn't work. It works when I remove a letter in an item , but when I add a letter in an item it doesn't do a update. Hope somebody can help me.
thanks
Remco Ploeg
[email protected]
-
Re: 2 adodc problems
I use this to update:
Adodc1.Recordset.Update --> works when I remove a letter but not when I add a letter
Adodc2.Recordset.Update --> works always
Adodc1.Refresh
Adodc2.Refresh
Remco Ploeg
[email protected]