I posted this earlier as a failure to update. Actually it does UPDATE the field in Access but it generates an error message.
Global Adodc1 As Object
Public Sub PokeAccess()
frmSqlTest.Adodc1.CommandType = adCmdUnknown
frmSqlTest.Adodc1.RecordSource = "UPDATE Test1 SET Test1.Number=1234...
I have been using VB6 to read data from Access. Now I want to write into the data base. I have set up a simple table with fields to test:
ID Name Number Mark
I have populated 5 records with random contents. In VB6 I have a form with one Command Button and one Text Box. The Text Box is bound to...
I have been using VB6 to read data from Access. Now I want to write into the data base. I have set up a simple table with fields to test:
ID Name Number Mark
I have populated 5 records with random contents. In VB6 I have a form with one Command Button and one Text Box. The Text Box is bound to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.