Does anyone know a tool that can create an MS-Access database from a configuration file? It should be able to do something outside the SQL specification, for example, be able to create macros, modules, and forms and make changes to the Search tab, available in the design view.
And if possible, I need to be able to export the existing database to the configuration file format.
The reason I need this is because we are currently checking the .mdb file with almost 200 tables in CVS, so it is often checked. And since this is a binary file, there is no easy way to distinguish between two different versions of a file.
I suppose I could use all of this programmatically using vbscript, but there certainly should be an easier way.
user175818
source
share