How can I export/import MS Access table definitions as text files (in a human readable format like I can with Forms or Reports)?
I know how I can export the whole table out into CSV file; however:
- I don’t need the data to go (actually really rather that it didn’t)
- When I import a CSV file (especially without data) there’s no guarantee that the data types will be the same as my original database.
I’m hoping to store my table definitions in a SVN repository.
I don’t want to have to house any import specifications in the destination database.
Look at the ExportXML method. I have used it to export both table data and structure. However, based on a quick test, it appears you can drop the DataTarget option, and just export SchemaTarget.