joyfullservice / msaccess-vcs-addin

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
Other
195 stars 39 forks source link
addin build-automation database developer-tools github ms-access source-code vba version-control

Version Control Add-in (msaccess-vcs-addin)

for Microsoft Access Database Development

Supports Microsoft Access 2010, 2013, 2016, 2019, and 365

About

Easily export your Microsoft Access Database objects for use with a version control system like GitHub or GitLab. (Allows you to track code changes over time, and even collaborate with other developers on the same project.)

This project functions as a Microsoft Access add-in, allowing you to use a custom ribbon toolbar to export the objects and source code from the currently open Microsoft Access Database.

Export-All

Development Focus

This project was originally developed to manage the in-house development of numerous Microsoft Access database applications and integrations, some of which are very complex with hundreds of components. The development focus of this particular add-in is primarily in the following areas:

Getting Started

Simply download the add-in from the Releases page, and run the file. It will install or update the add-in for you. Additional notes on installation and use can be found on the project wiki.

Quick Start is a simple overview to help you test out this add-in on your project in less than five minutes.

Contributing

Interested in adding a feature or fixing a bug? Issues and pull requests are welcome for this project. This page describes some guidelines and the types of contributions would be most helpful.

Development Roadmap

In addition to fixing bugs and adding features here and there, here are some of the long-term goals I want to implement in the future:

Project History

This project was originally forked from timabell/msaccess-vcs-integration in 2015, but has been extensively rewritten over the years. In 2023 the project was detached from the upstream fork and converted to a stand-alone project.