Public Function SQLInsertFromSQL(IntoTableName As String, SQLFromSource As String, DefaultInsertUnlisted As Boolean, AllowAddlCols As Boolean, IncludeIdentity As Boolean, CoerceNullToEmptyString As Boolean, ParamArray FieldValList() As Variant) As String
See the description for SQLInsertFromSQL_VPA.
The same functionality except for
- the schema must be for the same table as that being inserted to
- DefInsTable is not a parameter
- the ParamArray is passed in in code, not as a Variant
xf_DataList
xf_SchemaSQLConstructor