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 table name
Add this table prefix to the column names, eg. [Table3].[Column1]
The paired column names and values
sql = objSchema.SQLConstructor.MakeWhereFromVals "Product", "", _ "ProductID", 23