PDA

Click to See Complete Forum and Search --> : update tables


lucyhk
Sep 29th, 2000, 01:33 PM
I am a VB beginner. I would like to know how to update data on multiple tables using VB.

makai
Sep 30th, 2000, 12:55 AM
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