Does anyone know of a tool that can create a MS-Access database from a configuration file? It needs to be able to do things outside of the SQL spec such as be able to create macros, modules, and forms, and make changes to the "Lookup" tab that's available in Design View.
And if possible, I need to be able to export an existing database to the configuration file format.
The reason I need this is because we currently check a .mdb file with almost 200 tables into CVS, so it gets checked in quite often. And since it's a binary file, there's no easy way to diff two different revisions of the file.
I suppose I could do it all programmatically using vbscript, but surely there must be an easier way.