I am a VB beginner. I would like to know how to update data on multiple tables using VB.
Printable View
I am a VB beginner. I would like to know how to update data on multiple tables using VB.
if you are using a data control then it does it automatically
otherwise there is a
recordset.Update method (see help)
some examples at http://pages.about.com/vbmakai/dao.htm