Translate common SQL column default expressions to the MS Access equivalent
The SQL column default as a string
The column name
The column xf_SQLColumnFormatEnum (the underlying functional type)
Debug.Print objSchema.TranslateSqlDefaultExpressionToJet("GETDATE()", "InvoiceDate", xf_SQLColumnFormat_DateTime)
--> Now()