Do the following...
with adodc1
.ConnectionString = connectdb
.RecordSource = "Select * from 'tablename'"
.Refresh
'dont know the next action
.AddNew
''If your textboxes is connected to the respective fields, data will be captured automatically...
.Update
end with
'what does this code mean?
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20
I would rather suggest you learn how to make use of adodb which gives you MUCH more control over your database manipulation.
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20
Question Answered as of 4 Months Ago by
AndreRet
and
abelingaw