msaccess-vcs-addin icon indicating copy to clipboard operation
msaccess-vcs-addin copied to clipboard

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.

Results 66 msaccess-vcs-addin issues
Sort by recently updated
recently updated
newest added
trafficstars

Many database development projects that I do in Microsoft Access involve tables that come from database systems outside Microsoft Access. Sometimes this is due to performance or storage requirements, or...

enhancement

Clicking on the menu item 'VCS Export All Source' does not export any table data. Neither does clicking on 'Export All Source' in the main VCS dialog after checking 'Full...

enhancement

### Discussed in https://github.com/joyfullservice/msaccess-vcs-addin/discussions/416 Originally posted by **AZDeveloper777** July 28, 2023 I'm using Access 2010 with v4.0.15-beta. I have linked tables in my applications MDB that are unavailable in my...

If a user puts an outside module (not built with the addin) into the modules subfolder, and the `Attribute VB_Name` is not the same as the file (or is missing...

Given the following scenario: 1. There is an application within a client's environment. 2. There is a dedicated workstation to perform the routine development work. 3. The application is deployed...

Windows 10 provides a "Beta" option to attempt UTF-8 support for programs that may not natively support it. You can read more about this option [here.](https://stackoverflow.com/questions/56419639/what-does-beta-use-unicode-utf-8-for-worldwide-language-support-actually-do) We have seen this...

enhancement

I refactored a section of my code, involving renaming a few objects and painfully fixing all references. I have a set of queries that were refactored, based on the renamed...

Complex queries have *.bas file starting with `dbMemo "SQL"` line. SQL code in this line can't be easily formatted, diffed or edited. It hinders the purpose of version control. I...

### Discussed in https://github.com/joyfullservice/msaccess-vcs-integration/discussions/312 Originally posted by **CarolusMagnuss** March 25, 2022 Hello again, i am still very happy with the plugin and have now used it to make my development...

Hi there, I encounter a bug, where the AddInn Fails to rebuild a query from the repository. The LogFile gives me: ![image](https://user-images.githubusercontent.com/40948921/162422970-43ac2637-ca3d-41c7-a4f6-fee263c1f9d2.png) When i check the error log i finde...