Print table schemas for all the tables in the database
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.PrintAllTableSchemas