Format the column value based on this column's schema, but just do type checking , not null and length checking etc.
Assumes that strings are not quoted prior to passing in.
The variant column value
Check for quoted string, and unquote and requote if detected (this will corrrect invalid escaping as a side effect)
Override the schema xf_SQLColumnFormatEnum with this one
Dim objSchema As New xf_DbSchema objSchema.Init xf_SQLDatabaseType_MSAccess, False, xf.DbConnect, "Default DB"