Public Function MakeUpdateOrInsertFromVals(TableName As String, InsertNewRec As Boolean, WhereClause As String, ParamArray FieldValList() As Variant) As String
Create an update or insert statement from the passed in values, validating and formatting each value according to the column type. For INSERT statements validation also includes checking table columns that have not been specified in the passed list, to ensure they are either nullable or have a default value.
xf_DataList
xf_SchemaSQLConstructor