Print a single table schema
The table name
Print output to this full file path, otherwise print to debug window
Dim objSchema As New xf_DbSchema
objSchema.Init xf_SQLDatabaseType_MSAccess, False, xf.DbConnect, "Default DB"
objSchema.PrintTableSchema("Product")