Create an SQL WHERE clause (without the WHERE keyword) from the passed in values, validating and formatting each value according to the column type.
The _VPA suffix indicates that the ParamArray is passed in as a Variant.
The table name
Add this table prefix to the column names, eg. [Table3].[Column1]
The paired column names and values ParamArray, passed as a Variant
sql = objSchema.SQLConstructor.MakeWhereFromVals "Product", "", paramlist