Generates (if error had not been flagged) : INSERT INTO tblDest (AddlCol1,PK,Dest2, Dest3) SELECT 21,PKCopy,SomeCol2, SomeCol3 FROM (any SQL statement)
The table name for the INSERT statement
The table schema to use for column generation and validation (may be for a different table to IntoTableName but should be similar at least)
The table name to append to a column name in the SELECT value list
The FROM part of the SELECT statement.
Automatically generate column insertions for columns not defined in the passed name/value list
Allow column names in the passed name/value list that are not in the table schema
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, passed as a Variant