Use dbschema output as DB-Access input
You can use the dbschema utility to get the schema of a database and redirect the dbschema output to a file. Later, you can import the file into and use to re-create the schema in a new database.
You can use the dbschema utility to get the schema of a database and redirect the dbschema output to a file. Later, you can import the file into and use to re-create the schema in a new database.