Option Compare Database Option Explicit Option Base 1
'this code is for exporting Access databases to text files (which are compatible with version control software, such as MS SourceSafe) ' and for rebuilding the database from said text files
'converting to and rebuilding from text files is an important way of identifying, preventing, and repairing corruption
'this code will export everything needed to fully rebuild files, ' including references, linked tables, as well as all standard Access objects
Read more...
Add comment
|
|