There are several ways. Assuming you are using ADO, probably the simplest is to use the Execute method of the connection object:
Code:
Dim Sql as string
Sql="UPDATE mvpr SET stock = three"
MyConn.Execute Sql, , adCmdText Or adExecuteNoRecords
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com