FIELDSAVE
Category: Database Function.
Description: Set the field value of a given field of a record provided by ID number. The table code could also be specified, if the currently opened table will not be used.
Syntax: FIELDSAVE(Value to save, Record id, Field code, Table code(Optional))
For example:
=fieldsave("No", A3, "v6693")