April 2006
Beginner
1114 pages
98h 16m
English
recordset.Update([Fields], [Value])
Saves changes made to the current record.
|
Argument |
Description |
|---|---|
|
|
The name of the field being updated or an array of names or ordinal positions if you are updating multiple fields |
|
|
The updated value of the field or an array of values if you are updating multiple fields |
See the AddNew code example for an example of using Update.
Read now
Unlock full access