To prevent the thread from Does Microsoft Access 2024 (Professional Plus 2024) Export Forms as Text for Re-Import? becoming too OT, I'll start a new thread.
The msaccess-vcs add-in is particularly helpful when using a version management system such as Git, Mercurial, etc.
You can of course use it without, but I wouldn't recommend it, as I wouldn't want to do without its capabilities.
A few URLs for reading:
nolongerset.com
codekabinett.com
If you cannot/may not use a version control system, you need to think about when you want to make the backup of the folder. In my opinion, it is not advantageous to export every time, because msaccess-vcs has the great feature of not always having to export everything.
My usual way of working: I export regularly while changing something in an application.
If I want to save the exported state, I check it into the local repository.
Once the exported code has reached the state that it “works”, I not only check it into the local repo, but also synchronize it with the repository in GitHub, Azure devops, etc. (depending on the project).
@Josef P. Based on the name of addin (Version Control), I expected it to create seperarte backups on each run, to have a history of changes.
something like:
But unfortunately each time the previous version gets over written and to prevent this, I have to create the folder structure manually.Code:MyDatabase | |____ MyDatabase_20250311_101510 |____ MyDatabase_20250401_112010 |____ MyDatabase_20250501_081230 ........
Is there any consideration to have a feature like this in future versions?
The msaccess-vcs add-in is particularly helpful when using a version management system such as Git, Mercurial, etc.
You can of course use it without, but I wouldn't recommend it, as I wouldn't want to do without its capabilities.
A few URLs for reading:

What's the Purpose of an Access Version Control Add-in?
Access version control add-ins are not a replacement for Git, Subversion, or Mercurial.

How to choose a source code control system for Access development
Guide on choosing a source code control system for Access development when starting from scratch or replacing Visual SourceSafe.

If you cannot/may not use a version control system, you need to think about when you want to make the backup of the folder. In my opinion, it is not advantageous to export every time, because msaccess-vcs has the great feature of not always having to export everything.
My usual way of working: I export regularly while changing something in an application.
If I want to save the exported state, I check it into the local repository.
Once the exported code has reached the state that it “works”, I not only check it into the local repo, but also synchronize it with the repository in GitHub, Azure devops, etc. (depending on the project).
Last edited: