See the description for SQLUpdateSETClause1_MoreThan127Cols_VPA.
The same functionality except for
- cannot generate SET for more than 127 columns
- the ParamArray is passed in in code, not as a Variant
The table name for the UPDATE statement
The table name to append to a column name in the SET value list
Automatically generate SQL for columns not defined in the passed name/value list
Generate column insertions for the identity column (otherwise it is omitted)
Automatically add nz() around inserted column names
The paired column names and values ParamArray as a Variant