-
Notifications
You must be signed in to change notification settings - Fork 0
cRecord.UpdateField
Brendon edited this page Mar 17, 2024
·
1 revision
UpdateField
returns boolean
accepts (ByVal fieldName As String, ByVal FieldValue As Variant)
Use this method to update a field value in a record. You pass it the name of the field you want to update and the value you want to set it to and the method will perform the update for you if the field exists.
This method is often called from the cDataTable.UpdateFieldValue method, where it is called for all cRecords in the cDataTable
See also: cDataTable.UpdateFieldValue, cRecord