diff --git a/README.md b/README.md index 9afc312..56b4506 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Version Controll for MS Access +# Version Control for MS Access Scripts from https://stackoverflow.com/questions/187506/how-do-you-use-version-control-with-access-development @@ -25,3 +25,8 @@ Replace line 14: `const acStructureOnly = 0` with `const acStructureOnly = 1`. T 2. Setting are not exported, I would recommend creating the Macro that will apply the setting at start of the database. 3. Some unknown queries sometimes get exported that are preceded with '~'. I don't know if they are necessary. 4. MSAccess object names can contain characters that are invalid for filenames - the script will fail when trying to write them. You may normalize all filenames, but then you cannot import them back. + + + +# Other solution +https://github.com/msaccess-vcs-integration/msaccess-vcs-integration \ No newline at end of file